summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-06-27 09:11:35 -0500
committerGitHub <noreply@github.com>2018-06-27 09:11:35 -0500
commit844b80094da0eb66aca7b3ff5f51c9f3ac3b5806 (patch)
tree1dc7fa9578d674514247ed3b30c0f3fb85ae8c1f /libssh2-sys
parent9e2601d174c472a236fcf96c7247f959bf56b4d5 (diff)
parente452e1505c94a05c2711baed6927e80213815f92 (diff)
downloadssh2-rs-844b80094da0eb66aca7b3ff5f51c9f3ac3b5806.zip
Merge pull request #86 from matklad/patch-1
Tighten libz-sys lower bound
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 965d283..dda4da6 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -13,7 +13,7 @@ name = "libssh2_sys"
path = "lib.rs"
[dependencies]
-libz-sys = ">= 0"
+libz-sys = "1"
libc = "0.2"
[target."cfg(unix)".dependencies]