summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-08-24 11:45:04 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 16:36:32 -0700
commitb1e9d386585b99e0b8570bdde0971630e46f313f (patch)
treeb678ab4f49d712d9ab6601d10c5e44a7063e953c /README.md
parent109ea76d82219e9185dd5aa89b29ea485ad18640 (diff)
downloadssh2-rs-b1e9d386585b99e0b8570bdde0971630e46f313f.zip
update readme in readiness for a 0.4 release
Refs: https://github.com/alexcrichton/ssh2-rs/issues/112
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 ae29cf1..e9d9f36 100644
--- a/README.md
+++ b/README.md
@@ -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+