From 055ef1b635d0c1aaf55f1a68fd7e1db9b6cd7e7b Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Thu, 21 Jul 2022 20:20:20 -0500 Subject: [PATCH] Prepare 0.4.44 and curl-sys 0.4.56 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 c4c0de488..f2dbf876a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.43" +version = "0.4.44" 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.53", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.56", 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 2dae6316a..9aa868308 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.55+curl-7.83.1" +version = "0.4.56+curl-7.83.1" authors = ["Alex Crichton "] links = "curl" build = "build.rs"