diff options
author | Matteo Bigoi <matbigoi@amazon.com> | 2021-02-01 17:13:35 +0000 |
---|---|---|
committer | Matteo Bigoi <matbigoi@amazon.com> | 2021-02-01 17:13:35 +0000 |
commit | 3b9fc6f60812a40ca22e265283f6e56d5379f0d3 (patch) | |
tree | 6e7f8abad3da6b6a00eec3c3121dbbf92f55645f | |
parent | 459296d0e21fbbfd77a60a8341194e5c39a66d6f (diff) | |
download | ssh2-rs-3b9fc6f60812a40ca22e265283f6e56d5379f0d3.zip |
Prepare ssh2 0.9.1 and libssh2-sys 0.2.21 release
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | libssh2-sys/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "ssh2" -version = "0.9.0" +version = "0.9.1" authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>", "Matteo Bigoi <bigo@crisidev.org>"] license = "MIT/Apache-2.0" keywords = ["ssh"] diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index 3960840..af4bbb2 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" -version = "0.2.20" +version = "0.2.21" authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>", "Matteo Bigoi <bigo@crisidev.org>"] links = "ssh2" build = "build.rs" |