From cd649f2490cd1ba39b5d2cfb0ab4a23d843195d2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 30 Sep 2024 13:42:51 -0500 Subject: [PATCH] Bump versions numbers (#583) Making a release for #581 --- Cargo.toml | 4 ++-- curl-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed871cfdd..3a6cb4f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.46" +version = "0.4.47" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" @@ -14,7 +14,7 @@ edition = "2018" [dependencies] libc = "0.2.42" -curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.77", default-features = false } socket2 = "0.5.0" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 51e30028d..5dcc375c7 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.76+curl-8.10.1" +version = "0.4.77+curl-8.10.1" authors = ["Alex Crichton "] links = "curl" build = "build.rs"