You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
485 B
19 lines
485 B
2 years ago
|
--- semver-0.11.0/Cargo.toml 2020-09-24T13:48:56+00:00
|
||
|
+++ semver-0.11.0/Cargo.toml 2023-08-04T11:08:53.557908+00:00
|
||
|
@@ -22,9 +22,6 @@
|
||
|
categories = ["development-tools", "parser-implementations"]
|
||
|
license = "MIT/Apache-2.0"
|
||
|
repository = "https://github.com/steveklabnik/semver"
|
||
|
-[dependencies.diesel]
|
||
|
-version = "1.1"
|
||
|
-optional = true
|
||
|
|
||
|
[dependencies.semver-parser]
|
||
|
version = "0.10.0"
|
||
|
@@ -39,5 +36,4 @@
|
||
|
version = "1.0"
|
||
|
|
||
|
[features]
|
||
|
-ci = ["serde", "diesel/sqlite"]
|
||
|
default = []
|