From 5fe0a8cd26aa001209e1fbc99e1ecc48a9b18d61 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 29 Jun 2020 08:58:14 -0700 Subject: gersion bump to reflect bundled libssh2 change refs: https://github.com/alexcrichton/ssh2-rs/issues/187 refs: https://github.com/alexcrichton/ssh2-rs/issues/191 --- Cargo.toml | 4 ++-- libssh2-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 266495c..fa93fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh2" -version = "0.8.1" +version = "0.8.2" authors = ["Alex Crichton ", "Wez Furlong "] 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.16" } +libssh2-sys = { path = "libssh2-sys", version = "0.2.18" } parking_lot = "0.10" [dev-dependencies] diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index f57f5bd..2bffdba 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" -version = "0.2.17" +version = "0.2.18" authors = ["Alex Crichton ", "Wez Furlong "] links = "ssh2" build = "build.rs" -- cgit v1.2.3