summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-08 12:43:59 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-08 12:43:59 -0800
commit139ff45079f3f9135e90cf908093808c72303c9e (patch)
tree76e6d6564d2b5f74c306bbbf4dcd6f0ea56b8d3e /Cargo.toml
parentb0cbc0515b678cbf54f5441c511433ac0e1faf56 (diff)
downloadssh2-rs-139ff45079f3f9135e90cf908093808c72303c9e.zip
Bump dep on libssh2-sys
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce7b836..532aff8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ name = "all"
[dependencies]
bitflags = "0.7"
libc = "0.2"
-libssh2-sys = { path = "libssh2-sys", version = "0.1.41" }
+libssh2-sys = { path = "libssh2-sys", version = "0.2" }
[target."cfg(unix)".dependencies]
openssl-sys = "0.9"