From 16481b13eb9f59b37b498665ed63f20fd21e3836 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Tue, 18 Feb 2020 10:49:59 -0600 Subject: [PATCH] Version bump curl-sys I'd like to pull in https://github.com/alexcrichton/curl-rust/pull/283 downstream so that I can close https://github.com/sagebind/isahc/issues/68. Master has everything needed now, I just need a new version... --- curl-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 246ece1df2..89ec8a0b5b 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.25" +version = "0.4.26" authors = ["Alex Crichton "] links = "curl" build = "build.rs"