Skip to content

Commit e0f491c

Browse files
committed
Bump versions for re-packaging
See #352
1 parent e220da3 commit e0f491c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.32"
3+
version = "0.4.33"
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.35", default-features = false }
20+
curl-sys = { path = "curl-sys", version = "0.4.36", default-features = false }
2121
socket2 = "0.3.7"
2222

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

curl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.35+curl-7.71.1"
3+
version = "0.4.36+curl-7.71.1"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)