diff options
| author | Steven Fackler <[email protected]> | 2015-11-10 09:58:38 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-16 20:16:01 -0800 |
| commit | 8139fadbff0c74b5a93c0257eed268f51d516c68 (patch) | |
| tree | a5056f1502d5ee60299cd40ad33769b327c6a16f /openssl/Cargo.toml | |
| parent | Set path for travis test (diff) | |
| download | rust-openssl-8139fadbff0c74b5a93c0257eed268f51d516c68.tar.xz rust-openssl-8139fadbff0c74b5a93c0257eed268f51d516c68.zip | |
Bump ws2_32-sys version
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index a90b11da..2b6c6556 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -36,4 +36,4 @@ libc = "0.2" rustc-serialize = "0.3" net2 = "0.2.16" winapi = "0.2" -ws2_32-sys = "0.1" +ws2_32-sys = "0.2" |