We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7413a2b + bf658c2 commit 987b8f2Copy full SHA for 987b8f2
Cargo.toml
@@ -26,7 +26,6 @@ semver-parser = "0.9"
26
syn = { version = "0.15", features = ["full"] }
27
proc-macro2 = { version = "0.4", features = ["span-locations"] }
28
toml = "0.5"
29
-url = "1.5.1"
+url = "1.0"
30
itertools = "0.8"
31
regex = "1.1"
32
-lazy_static = "1.2"
README.md
@@ -109,6 +109,10 @@ your_crate = "0.1.2"
109
110
This is a changelog describing the most important changes per release.
111
112
+### Unreleased
113
+
114
+Dependencies were relaxed to make it easier to upgrade `version-sync`.
115
116
### Version 0.8.0 — March 28th, 2019
117
118
We now use [Rust 2018][rust-2018], which means we require Rust version
0 commit comments