diff options
author | Wez Furlong <wez@wezfurlong.org> | 2019-08-24 11:45:04 -0700 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2019-09-15 16:36:32 -0700 |
commit | b1e9d386585b99e0b8570bdde0971630e46f313f (patch) | |
tree | b678ab4f49d712d9ab6601d10c5e44a7063e953c | |
parent | 109ea76d82219e9185dd5aa89b29ea485ad18640 (diff) | |
download | ssh2-rs-b1e9d386585b99e0b8570bdde0971630e46f313f.zip |
update readme in readiness for a 0.4 release
Refs: https://github.com/alexcrichton/ssh2-rs/issues/112
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Rust bindings to libssh2, an ssh client library. ```toml # Cargo.toml [dependencies] -ssh2 = "0.3" +ssh2 = "0.4" ``` ## Building on OSX 10.10+ |