summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2018-06-04 20:34:06 +0300
committerGitHub <noreply@github.com>2018-06-04 20:34:06 +0300
commite452e1505c94a05c2711baed6927e80213815f92 (patch)
tree1dc7fa9578d674514247ed3b30c0f3fb85ae8c1f
parent9e2601d174c472a236fcf96c7247f959bf56b4d5 (diff)
downloadssh2-rs-e452e1505c94a05c2711baed6927e80213815f92.zip
Tighten libz-sys lower bound
-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]