Skip to content

Commit cbc9662

Browse files
sagebindalexcrichton
authored andcommitted
Version bump (#307)
Publish recent fixes in curl and curl-sys. I did not bump the minimum curl-sys requirement from curl.
1 parent 951910a commit cbc9662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"
3-
version = "0.4.24"
3+
version = "0.4.25"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"

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

0 commit comments

Comments
 (0)