summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-19 08:06:02 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-19 08:06:02 -0800
commite30841c82bbcb3d28270b0545db135053a13ac57 (patch)
tree1d81e26419ded9c02ab8e09f544ad7321c626649 /Cargo.toml
parentc10cfb9a6eeae690b9f90c7f6bdbb162f02d6348 (diff)
downloadssh2-rs-e30841c82bbcb3d28270b0545db135053a13ac57.zip
Update to rust master
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04659de..caf5f3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.1.9"
+version = "0.1.10"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]
@@ -18,6 +18,7 @@ name = "all"
[dependencies]
bitflags = "0.1"
+libc = "0.1"
[dependencies.libssh2-sys]
path = "libssh2-sys"