Skip to content

Commit 06da116

Browse files
committed
Update libz-sys version
The current version has `check-cfg` errors. Update to avoid them.
1 parent 369cee8 commit 06da116

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test-crate/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name = "test-crate"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
publish = false
76

87
[dependencies]
9-
libz-sys = { version = "1.1.8", default-features = false, features = ["zlib-ng"] }
8+
libz-sys = { version = "1.1.19", default-features = false, features = ["zlib-ng"] }
109

1110
[patch.crates-io]
1211
cmake = { path = ".." }

0 commit comments

Comments
 (0)