fix(dependencies): use url = 0.5; the bump to 1.0 broke us

Fixes #23.
This commit is contained in:
Lewin Bormann
2016-04-25 19:39:11 +02:00
parent ae5e94bf7b
commit 95ecb5c388

View File

@@ -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"