Skip to content

Commit e7a28d8

Browse files
authored
Merge pull request #206 from klausi/libz-sys-version
fix(cargo): Install highest possible libz-sys dependency version
2 parents bcafbe0 + dd796ac commit e7a28d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "curl_sys"
2020
path = "lib.rs"
2121

2222
[dependencies]
23-
libz-sys = "0.1.2"
23+
libz-sys = ">= 0.1.2"
2424
libc = "0.2.2"
2525

2626
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]

0 commit comments

Comments
 (0)