From 5b9b5ffe5a6e8004a4cea07d2e7fbb69e0236d4e Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 20 Nov 2021 11:24:36 -0600 Subject: [PATCH] Prepare 0.4.41 and curl-sys 0.4.51 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 b5db3c6aa..2624d6670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.40" +version = "0.4.41" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" @@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" } [dependencies] libc = "0.2.42" -curl-sys = { path = "curl-sys", version = "0.4.50", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.51", default-features = false } socket2 = "0.4.0" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index c86963726..99ef95282 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.50+curl-7.80.0" +version = "0.4.51+curl-7.80.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs"