summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-18 11:15:55 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-18 11:16:10 -0800
commitfd5b63c00e83d498a4badcc8cf2a7559ba0f4aa6 (patch)
tree5d76673e5d5b9baf50fba4b66bf49e0fc1c516a9 /Cargo.toml
parente2b22f1665ecfb776e17ced93473cf5695ed00d4 (diff)
downloadssh2-rs-fd5b63c00e83d498a4badcc8cf2a7559ba0f4aa6.zip
Bump to 0.1.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0ebba7..24acda4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"