Use reqwest 0.2 release

It has the needed changes now
This commit is contained in:
Sebastian Dröge 2016-12-23 17:34:26 +02:00
parent 9e2c25653f
commit ed2bcf875a

View file

@ -10,7 +10,7 @@ license = "LGPL-2.1+"
libc = "0.2"
url = "1.1"
bitflags = "0.7"
reqwest = { git = "https://github.com/sdroege/reqwest.git"}
reqwest = "0.2"
[build-dependencies]
gcc = "0.3"