Skip to content

Commit 0985c30

Browse files
committed
Prepare 0.4.43 and curl-sys 0.4.53 release
1 parent e955373 commit 0985c30

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.42"
3+
version = "0.4.43"
44
authors = ["Alex Crichton <[email protected]>"]
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.52", default-features = false }
21+
curl-sys = { path = "curl-sys", version = "0.4.53", 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.52+curl-7.82.0"
3+
version = "0.4.53+curl-7.82.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)