summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2020-02-22 08:37:22 -0800
committerWez Furlong <wez@wezfurlong.org>2020-02-22 08:37:22 -0800
commit2e0d3cd7f9b8673b7a85195bc8dedad34fcdce62 (patch)
tree5134cd591b296b09af714f0c6d30c304860ad2bd
parente9ac51eee7070a4d2917a03260a83180e312726d (diff)
downloadssh2-rs-2e0d3cd7f9b8673b7a85195bc8dedad34fcdce62.zip
update readme for latest version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cdd7e90..d0acdf3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Rust bindings to libssh2, an ssh client library.
```toml
# Cargo.toml
[dependencies]
-ssh2 = "0.6"
+ssh2 = "0.8"
```
## Building on OSX 10.10+