diff options
author | Wez Furlong <wez@wezfurlong.org> | 2020-02-22 08:37:22 -0800 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2020-02-22 08:37:22 -0800 |
commit | 2e0d3cd7f9b8673b7a85195bc8dedad34fcdce62 (patch) | |
tree | 5134cd591b296b09af714f0c6d30c304860ad2bd | |
parent | e9ac51eee7070a4d2917a03260a83180e312726d (diff) | |
download | ssh2-rs-2e0d3cd7f9b8673b7a85195bc8dedad34fcdce62.zip |
update readme for latest version
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+ |