From 4d58de2c45768981d6f9de554896d8bcb6d2f5bd Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Tue, 13 Oct 2020 20:42:26 -0500 Subject: [PATCH] Prepare 0.4.34 and curl-sys 0.4.37 release --- Cargo.toml | 4 ++-- curl-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 18c46fb973..687d7ca5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.33" +version = "0.4.34" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" @@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" } [dependencies] libc = "0.2.42" -curl-sys = { path = "curl-sys", version = "0.4.36", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.37", default-features = false } socket2 = "0.3.7" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 1498d06d49..8b961323b1 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.36+curl-7.72.0" +version = "0.4.37+curl-7.72.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs"