diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-04-02 09:49:25 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-02 09:49:25 -0700 |
commit | 77456e87ba3888d7a9fc62f3e87aeb3a09098f60 (patch) | |
tree | 0cdea4f6cbd7a02c9bc450227abcb1ed53454ff7 /Cargo.toml | |
parent | 86c56ecb1d2c3d784020b25c0b00bc29fa5c0a66 (diff) | |
download | ssh2-rs-77456e87ba3888d7a9fc62f3e87aeb3a09098f60.zip |
Update to rust master
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "ssh2" -version = "0.2.5" +version = "0.2.6" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" keywords = ["ssh"] |