summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-02-06 11:21:16 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-06 11:21:16 -0800
commit39227553f36e6afacf4a87de777007a9ace829a4 (patch)
treed2bc3514e29fb0676748c87c8ce51935280a9e2c /Cargo.toml
parentef90d566f010d9fd997ccd2d0c68081efd26db32 (diff)
downloadssh2-rs-39227553f36e6afacf4a87de777007a9ace829a4.zip
Bump ssh2 to 0.2.11
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 9b0e54f..1a3a7ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.2.10"
+version = "0.2.11"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]