summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-26 09:05:20 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-26 09:05:20 -0800
commit05fa0ee3b9d9e9ba60f12dbe20a56772ef286f3e (patch)
treec5be0839446ba41bba038d77c794423314b6278c /Cargo.toml
parentecb4fb7619dde4fb59ebc4a13c19961d57e1c34e (diff)
downloadssh2-rs-05fa0ee3b9d9e9ba60f12dbe20a56772ef286f3e.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 4a526e4..4970278 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.2" }
+libssh2-sys = { path = "libssh2-sys", version = "0.2.4" }
[dev-dependencies]
tempdir = "0.3"