Skip to content

Commit c9a3e5f

Browse files
committed
Prepare 0.4.36 and curl-sys 0.4.42 release
1 parent 81e3622 commit c9a3e5f

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.35"
3+
version = "0.4.36"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1717

1818
[dependencies]
1919
libc = "0.2.42"
20-
curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false }
20+
curl-sys = { path = "curl-sys", version = "0.4.42", default-features = false }
2121
socket2 = "0.4.0"
2222

2323
# 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.41+curl-7.76.0"
3+
version = "0.4.42+curl-7.76.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)