summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-10-20 09:40:54 +0100
committerWez Furlong <wez@wezfurlong.org>2019-10-20 09:40:54 +0100
commit63fea2bac0cedd7316777db1e42531e848f9a2d5 (patch)
tree7e300d67e2657f51d4ea9dac5b3d78934a521565 /Cargo.toml
parent5aa582132909a9159b810ec175b039900862fb39 (diff)
downloadssh2-rs-63fea2bac0cedd7316777db1e42531e848f9a2d5.zip
version bumps
This is largely to accomodate making Session Send again, so go from 0.4 -> 0.5.
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 983facb..a4d6abb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]
@@ -19,7 +19,7 @@ vendored-openssl = ["libssh2-sys/vendored-openssl"]
[dependencies]
bitflags = "1.0.4"
libc = "0.2"
-libssh2-sys = { path = "libssh2-sys", version = "0.2.12" }
+libssh2-sys = { path = "libssh2-sys", version = "0.2.13" }
[dev-dependencies]
tempdir = "0.3"