diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-11-06 09:30:56 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-11-06 09:30:56 -0800 |
commit | f3d5de50152b0a677bc5ac4da796c9e8dc4c028e (patch) | |
tree | 5ed199985bbe07ae1885a62850ec0f703862c17c /libssh2-sys | |
parent | 2ee341dc8ad2c4b95af55e1c5103a540b64430e5 (diff) | |
download | ssh2-rs-f3d5de50152b0a677bc5ac4da796c9e8dc4c028e.zip |
Bump dep on ws2_32-sys
Diffstat (limited to 'libssh2-sys')
-rw-r--r-- | libssh2-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index ea897dc..6a03871 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] libz-sys = "0.1.0" libc = "0.2" -ws2_32-sys = "0.1" +ws2_32-sys = "0.2" [target.i686-apple-darwin.dependencies] openssl-sys = "0.6.0" |