diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-12-23 09:26:52 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-23 09:26:52 -0800 |
commit | 509a8459e466ffa4705a0c686b80ac80b499f5d5 (patch) | |
tree | d59173b2ca24b7e846dc9d386d6860e06de88fbd /Cargo.toml | |
parent | 842cefa7e17807602b842d91b22140510699ea40 (diff) | |
download | ssh2-rs-509a8459e466ffa4705a0c686b80ac80b499f5d5.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.1" +version = "0.1.2" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" keywords = ["ssh"] |