Skip to content

Commit 53359be

Browse files
committed
Bump versions
1 parent db3df34 commit 53359be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.25"
3+
version = "0.4.26"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -16,7 +16,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1616

1717
[dependencies]
1818
libc = "0.2.42"
19-
curl-sys = { path = "curl-sys", version = "0.4.21", default-features = false }
19+
curl-sys = { path = "curl-sys", version = "0.4.27", default-features = false }
2020
socket2 = "0.3.7"
2121

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

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.26"
3+
version = "0.4.27"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

0 commit comments

Comments
 (0)