diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-01-09 08:23:30 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-09 08:23:49 -0800 |
commit | 56b71e79aeb29f83dd0181f9c39a6711b23bc5e5 (patch) | |
tree | 9601c935631f99b94266a7ab8b23364cac153b82 /Cargo.toml | |
parent | 5bc8f658884dd131139cf93c8b98997c9325b983 (diff) | |
download | ssh2-rs-56b71e79aeb29f83dd0181f9c39a6711b23bc5e5.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.1.5" +version = "0.1.6" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" keywords = ["ssh"] |