summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-06 09:30:56 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-06 09:30:56 -0800
commitf3d5de50152b0a677bc5ac4da796c9e8dc4c028e (patch)
tree5ed199985bbe07ae1885a62850ec0f703862c17c /libssh2-sys
parent2ee341dc8ad2c4b95af55e1c5103a540b64430e5 (diff)
downloadssh2-rs-f3d5de50152b0a677bc5ac4da796c9e8dc4c028e.zip
Bump dep on ws2_32-sys
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml2
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"