summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51877e1..38f60ef 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Rust bindings to libssh2, an ssh client library.
```toml
# Cargo.toml
[dependencies]
-ssh2 = "0.4"
+ssh2 = "0.5"
```
## Building on OSX 10.10+