Skip to content

Commit 987b8f2

Browse files
authored
Merge pull request #67 from mgeisler/relax-dependencies
Relax dependencies
2 parents 7413a2b + bf658c2 commit 987b8f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ semver-parser = "0.9"
2626
syn = { version = "0.15", features = ["full"] }
2727
proc-macro2 = { version = "0.4", features = ["span-locations"] }
2828
toml = "0.5"
29-
url = "1.5.1"
29+
url = "1.0"
3030
itertools = "0.8"
3131
regex = "1.1"
32-
lazy_static = "1.2"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ your_crate = "0.1.2"
109109

110110
This is a changelog describing the most important changes per release.
111111

112+
### Unreleased
113+
114+
Dependencies were relaxed to make it easier to upgrade `version-sync`.
115+
112116
### Version 0.8.0 — March 28th, 2019
113117

114118
We now use [Rust 2018][rust-2018], which means we require Rust version

0 commit comments

Comments
 (0)