summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2020-05-02 17:34:07 -0700
committerWez Furlong <wez@wezfurlong.org>2020-05-02 17:34:07 -0700
commit9692aeb162fb8810267faf27a7bdb551e36ec2ed (patch)
tree4c41ec1c4656e52d59f29c13b9d15492ad5c4c39
parentb77eef16d85f972f524b8f48c3f741a45f739159 (diff)
downloadssh2-rs-9692aeb162fb8810267faf27a7bdb551e36ec2ed.zip
bump version to pick up some bug fixes
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5c21f9..266495c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.8.0"
+version = "0.8.1"
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.2"
libc = "0.2"
-libssh2-sys = { path = "libssh2-sys", version = "0.2.15" }
+libssh2-sys = { path = "libssh2-sys", version = "0.2.16" }
parking_lot = "0.10"
[dev-dependencies]