We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libz-sys
1 parent 369cee8 commit 06da116Copy full SHA for 06da116
test-crate/Cargo.toml
@@ -2,11 +2,10 @@
2
name = "test-crate"
3
version = "0.1.0"
4
edition = "2021"
5
-
6
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+publish = false
7
8
[dependencies]
9
-libz-sys = { version = "1.1.8", default-features = false, features = ["zlib-ng"] }
+libz-sys = { version = "1.1.19", default-features = false, features = ["zlib-ng"] }
10
11
[patch.crates-io]
12
cmake = { path = ".." }
0 commit comments