Skip to content

Commit

Permalink
Update libz-sys version
Browse files Browse the repository at this point in the history
The current version has `check-cfg` errors. Update to avoid them.
  • Loading branch information
tgross35 committed Aug 15, 2024
1 parent 369cee8 commit 06da116
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "test-crate"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
publish = false

[dependencies]
libz-sys = { version = "1.1.8", default-features = false, features = ["zlib-ng"] }
libz-sys = { version = "1.1.19", default-features = false, features = ["zlib-ng"] }

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

0 comments on commit 06da116

Please sign in to comment.