Skip to content

Commit

Permalink
Prepare 0.4.35 and curl-sys 0.4.41 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 9, 2021
1 parent 67b361a commit 7104e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl"
version = "0.4.34"
version = "0.4.35"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust"
Expand All @@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }

[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.37", default-features = false }
curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false }
socket2 = "0.3.16"

# Unix platforms use OpenSSL for now to provide SSL functionality
Expand Down
4 changes: 2 additions & 2 deletions curl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl-sys"
version = "0.4.40+curl-7.75.0"
version = "0.4.41+curl-7.75.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "curl"
build = "build.rs"
Expand Down Expand Up @@ -52,4 +52,4 @@ spnego = []
force-system-lib-on-osx = []
protocol-ftp = []
zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
upkeep_7_62_0 = []
upkeep_7_62_0 = []

0 comments on commit 7104e17

Please sign in to comment.