Skip to content

Commit

Permalink
chore: use < for url dependency
Browse files Browse the repository at this point in the history
compressed committed Jul 24, 2017
1 parent 4a2fdcf commit 0208374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ serde = "1"
serde_derive = "1"
serde_json = "1"
url_serde = "0.2"
url = ">= 1.2.0, <= 1.5"
url = ">= 1.2.0, < 1.6"

[dependencies.clippy]
optional = true

0 comments on commit 0208374

Please sign in to comment.