summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-16 10:42:00 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-16 10:42:00 -0800
commit4a1ad3717c6a38d2dfc07806c5a5069c58a92288 (patch)
tree588b8bb279ffd536e9899fac5da36316202c3729 /Cargo.toml
parentf9f81a83b8bb95905a01a48d984c99b504f518ef (diff)
downloadssh2-rs-4a1ad3717c6a38d2dfc07806c5a5069c58a92288.zip
Update Cargo manifests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb32420..966b3b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.0.2"
+version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]
@@ -18,4 +18,4 @@ name = "all"
[dependencies.libssh2-sys]
path = "libssh2-sys"
-version = "*"
+version = "0.1.0"