From ae8ac072e0eeffc489f8883661d31a01834a95cf Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 12 May 2016 11:04:37 -0700 Subject: [PATCH] Update curl-sys requirement --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df30dae730..13ee1a72f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "Rust bindings to libcurl for making HTTP requests" [dependencies] libc = "0.2" -curl-sys = { path = "curl-sys", version = "0.1.0" } +curl-sys = { path = "curl-sys", version = "0.2.0" } # Unix platforms use OpenSSL for now to provide SSL functionality [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]