diff options
author | Alex Crichton <alex@alexcrichton.com> | 2018-05-03 06:53:33 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2018-05-03 06:53:33 -0700 |
commit | 9e2601d174c472a236fcf96c7247f959bf56b4d5 (patch) | |
tree | 3e08476c410bd5676def73064d1e8eeb427685fd | |
parent | c2a63dad7b6b6b1cda731dc01b16f34547a7ed9b (diff) | |
download | ssh2-rs-9e2601d174c472a236fcf96c7247f959bf56b4d5.zip |
Bump libssh2-sys to 0.2.7
-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 5b187d2..965d283 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" -version = "0.2.6" +version = "0.2.7" authors = ["Alex Crichton <alex@alexcrichton.com>"] links = "ssh2" build = "build.rs" |