summaryrefslogtreecommitdiff
path: root/libssh2-sys
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 /libssh2-sys
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 '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 46038b2..6d23e78 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libssh2-sys"
-version = "0.2.12"
+version = "0.2.13"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
links = "ssh2"
build = "build.rs"