diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-02-19 08:06:02 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-19 08:06:02 -0800 |
commit | e30841c82bbcb3d28270b0545db135053a13ac57 (patch) | |
tree | 1d81e26419ded9c02ab8e09f544ad7321c626649 /Cargo.toml | |
parent | c10cfb9a6eeae690b9f90c7f6bdbb162f02d6348 (diff) | |
download | ssh2-rs-e30841c82bbcb3d28270b0545db135053a13ac57.zip |
Update to rust master
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |