Skip to content

Commit 8abc16c

Browse files
committed
Bump curl-sys to 0.4.9
1 parent 39058b2 commit 8abc16c

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
@@ -15,7 +15,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1515

1616
[dependencies]
1717
libc = "0.2.42"
18-
curl-sys = { path = "curl-sys", version = "0.4.8" }
18+
curl-sys = { path = "curl-sys", version = "0.4.9" }
1919
socket2 = "0.3.7"
2020

2121
# 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.8"
3+
version = "0.4.9"
44
authors = ["Carl Lerche <[email protected]>",
55
"Alex Crichton <[email protected]>"]
66
links = "curl"

0 commit comments

Comments
 (0)