Skip to content

Commit

Permalink
Update curl-sys requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 12, 2016
1 parent 43f28c6 commit fc9df40
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 fc9df40

Please sign in to comment.