summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-06-02 09:26:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-06-02 09:26:50 -0700
commit6e3a64889ff9eaf5577e6c394de2f6030e06569d (patch)
treea2b8aa5e91a17b5a93e4c2100f3a89da8e5641b5 /Cargo.toml
parente50d3ba79c08e6bf67aa90bf80c88bc2a5320b5e (diff)
downloadssh2-rs-6e3a64889ff9eaf5577e6c394de2f6030e06569d.zip
Bump ssh2 to 0.2.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1f22eb..02a1293 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.2.7"
+version = "0.2.8"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]