diff options
| author | Steven Fackler <[email protected]> | 2015-11-09 20:50:22 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-16 20:16:01 -0800 |
| commit | 309b6d9f46c3ae97dfe0e0594e1a098149f0b950 (patch) | |
| tree | df04699462af28ec8f31ab75dc7fd04c280e326d /openssl-sys | |
| parent | Move SSL methods to Ssl object, add getter (diff) | |
| download | rust-openssl-309b6d9f46c3ae97dfe0e0594e1a098149f0b950.tar.xz rust-openssl-309b6d9f46c3ae97dfe0e0594e1a098149f0b950.zip | |
Switch to libc 0.2
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index dd2704f5..365144c1 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -26,7 +26,7 @@ rfc5114 = [] ecdh_auto = [] [dependencies] -libc = "0.1" +libc = "0.2" [build-dependencies] pkg-config = "0.3" |