summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-12-08 09:50:15 -0800
committerWez Furlong <wez@wezfurlong.org>2019-12-08 09:50:15 -0800
commit9fa01a1aeb5af2b54ceae83b17c1a2affd9e23aa (patch)
tree8f61d3a866307b11fabff94c02c19b261abfd12a /README.md
parent6fcedf3611af6c3178e78c4f5f7b5dc80aa4482d (diff)
downloadssh2-rs-9fa01a1aeb5af2b54ceae83b17c1a2affd9e23aa.zip
update readme for the imminent 0.6 release
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 10c4015..a5827ef 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.5"
+ssh2 = "0.6"
```
## Building on OSX 10.10+