Skip to content

Commit 5b9b5ff

Browse files
committed
Prepare 0.4.41 and curl-sys 0.4.51 release
1 parent 0aea09c commit 5b9b5ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.40"
3+
version = "0.4.41"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1818

1919
[dependencies]
2020
libc = "0.2.42"
21-
curl-sys = { path = "curl-sys", version = "0.4.50", default-features = false }
21+
curl-sys = { path = "curl-sys", version = "0.4.51", default-features = false }
2222
socket2 = "0.4.0"
2323

2424
# Unix platforms use OpenSSL for now to provide SSL functionality

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.50+curl-7.80.0"
3+
version = "0.4.51+curl-7.80.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)