summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2020-06-29 08:58:14 -0700
committerWez Furlong <wez@wezfurlong.org>2020-06-29 08:59:53 -0700
commit5fe0a8cd26aa001209e1fbc99e1ecc48a9b18d61 (patch)
tree4815b212832178cde6806f64d06df8362e453330 /libssh2-sys
parente8d4dc165fbcd3fceeec96db9d1e9be9b67bef7b (diff)
downloadssh2-rs-5fe0a8cd26aa001209e1fbc99e1ecc48a9b18d61.zip
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
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
links = "ssh2"
build = "build.rs"