From 0985c30b58f3dd724c3efdb84eda32aee7c6aaa9 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Fri, 11 Mar 2022 21:49:26 -0600 Subject: [PATCH] Prepare 0.4.43 and curl-sys 0.4.53 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 413c6991b..c4c0de488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.42" +version = "0.4.43" 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.52", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.53", 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 4161ddb8d..7b001dc7a 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.52+curl-7.82.0" +version = "0.4.53+curl-7.82.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs"