Skip to content

Commit fc9df40

Browse files
committed
Update curl-sys requirement
1 parent 43f28c6 commit fc9df40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Rust bindings to libcurl for making HTTP requests"
1010

1111
[dependencies]
1212
libc = "0.2"
13-
curl-sys = { path = "curl-sys", version = "0.1.0" }
13+
curl-sys = { path = "curl-sys", version = "0.2.0" }
1414

1515
# Unix platforms use OpenSSL for now to provide SSL functionality
1616
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]

0 commit comments

Comments
 (0)