Skip to content

Commit ee537d5

Browse files
committed
Bump versions numbers
Making a release for #581
1 parent 37bc337 commit ee537d5

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.46"
3+
version = "0.4.47"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -14,7 +14,7 @@ edition = "2018"
1414

1515
[dependencies]
1616
libc = "0.2.42"
17-
curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
17+
curl-sys = { path = "curl-sys", version = "0.4.77", default-features = false }
1818
socket2 = "0.5.0"
1919

2020
# 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.76+curl-8.10.1"
3+
version = "0.4.77+curl-8.10.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)