diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-12 10:30:20 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-12 10:30:20 -0700 |
commit | 161fd3649444263cae57a564585e7e2060a37bb4 (patch) | |
tree | ed121ac5c23c547e10487d88c755b2fb219b16a5 /Cargo.toml | |
parent | dd88872bef65cca51741ebc64e84bb274d499119 (diff) | |
download | ssh2-rs-161fd3649444263cae57a564585e7e2060a37bb4.zip |
Bump version numbers
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.0" +version = "0.2.1" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" keywords = ["ssh"] |