summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-08 12:52:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-08 12:52:50 -0800
commit4e3e6c224702755dfdc8ee7a4b443ad580dc498e (patch)
tree399cbb530c8a2d110644438ae053f8094a41eecb /README.md
parent4907c488de2a6a9bee5baa14480837c3797d99a2 (diff)
downloadssh2-rs-4e3e6c224702755dfdc8ee7a4b443ad580dc498e.zip
Bump version in README
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 e603d93..f9c3185 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Rust bindings to libssh2
```toml
# Cargo.toml
[dependencies]
-ssh2 = "0.2"
+ssh2 = "0.3"
```
## Building on OSX 10.10+