summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+