diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 22:07:39 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 22:07:39 -0700 |
commit | 5f199affe29fd72525eccc0742838b43d84a898e (patch) | |
tree | 098d3c03cebb68048207df605fec67bc554265ae /libssh2-sys | |
parent | 37bf7b6cd10e2177aea9ddba817e26394c61474c (diff) | |
download | ssh2-rs-5f199affe29fd72525eccc0742838b43d84a898e.zip |
Bump to 0.1.40
Diffstat (limited to 'libssh2-sys')
-rw-r--r-- | libssh2-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index fd5b0f7..d2e0dad 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" -version = "0.1.39" +version = "0.1.40" authors = ["Alex Crichton <alex@alexcrichton.com>"] links = "ssh2" build = "build.rs" |