Skip to content

Commit

Permalink
fix(dependencies): use url = 0.5; the bump to 1.0 broke us
Browse files Browse the repository at this point in the history
Fixes #23.
  • Loading branch information
dermesser committed Apr 25, 2016
1 parent ae5e94b commit 95ecb5c
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
Expand Up @@ -14,7 +14,7 @@ build = "src/build.rs"
chrono = ">= 0.2"
log = ">= 0.3"
mime = ">= 0.1"
url = ">= 0.5"
url = "= 0.5"
hyper = ">= 0.8.0"
itertools = ">= 0.4"
serde = "0.6.0"
Expand Down

0 comments on commit 95ecb5c

Please sign in to comment.