summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-28 07:55:41 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-28 07:55:41 -0800
commitb03987cecef7214915d9ca5cf078781511533202 (patch)
treed8d54a93a8ba0182e1d8fb0a7604f4cfbf3b8211 /Cargo.toml
parent85c754f64892b1ff1c8fe1764fa218470ef41514 (diff)
downloadssh2-rs-b03987cecef7214915d9ca5cf078781511533202.zip
Bump ssh2 to 0.2.10
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 8e4e783..9b0e54f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.2.9"
+version = "0.2.10"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]