Skip to content

Commit 7104e17

Browse files
committed
Prepare 0.4.35 and curl-sys 0.4.41 release
1 parent 67b361a commit 7104e17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.34"
3+
version = "0.4.35"
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.37", default-features = false }
20+
curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false }
2121
socket2 = "0.3.16"
2222

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

curl-sys/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-sys"
3-
version = "0.4.40+curl-7.75.0"
3+
version = "0.4.41+curl-7.75.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"
@@ -52,4 +52,4 @@ spnego = []
5252
force-system-lib-on-osx = []
5353
protocol-ftp = []
5454
zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
55-
upkeep_7_62_0 = []
55+
upkeep_7_62_0 = []

0 commit comments

Comments
 (0)