From ed2bcf875afd2d4765f87c373654257b0058df85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 23 Dec 2016 17:34:26 +0200 Subject: [PATCH] Use reqwest 0.2 release It has the needed changes now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c8bdd3d..98920a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"