Skip to content

Commit

Permalink
Update curl-sys requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored and bar committed May 13, 2016
1 parent 2c1e524 commit ae8ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Rust bindings to libcurl for making HTTP requests"

[dependencies]
libc = "0.2"
curl-sys = { path = "curl-sys", version = "0.1.0" }
curl-sys = { path = "curl-sys", version = "0.2.0" }

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

0 comments on commit ae8ac07

Please sign in to comment.