diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-01-18 11:15:55 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-18 11:16:10 -0800 |
commit | fd5b63c00e83d498a4badcc8cf2a7559ba0f4aa6 (patch) | |
tree | 5d76673e5d5b9baf50fba4b66bf49e0fc1c516a9 /Cargo.toml | |
parent | e2b22f1665ecfb776e17ced93473cf5695ed00d4 (diff) | |
download | ssh2-rs-fd5b63c00e83d498a4badcc8cf2a7559ba0f4aa6.zip |
Bump to 0.1.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "ssh2" -version = "0.1.6" +version = "0.1.7" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" keywords = ["ssh"] @@ -16,6 +16,9 @@ commands, forwarding local ports, etc. [[test]] name = "all" +[dependencies] +bitflags = "0.1" + [dependencies.libssh2-sys] path = "libssh2-sys" version = "0.1.0" |