Skip to content

Commit

Permalink
Bump versions numbers (#583)
Browse files Browse the repository at this point in the history
Making a release for #581
  • Loading branch information
alexcrichton authored Sep 30, 2024
1 parent 90af445 commit cd649f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.46"
version = "0.4.47"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust"
Expand All @@ -14,7 +14,7 @@ edition = "2018"

[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
curl-sys = { path = "curl-sys", version = "0.4.77", default-features = false }
socket2 = "0.5.0"

# Unix platforms use OpenSSL for now to provide SSL functionality
Expand Down
2 changes: 1 addition & 1 deletion 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.76+curl-8.10.1"
version = "0.4.77+curl-8.10.1"
authors = ["Alex Crichton <[email protected]>"]
links = "curl"
build = "build.rs"
Expand Down

0 comments on commit cd649f2

Please sign in to comment.