Skip to content

Commit

Permalink
increase minimal versions of libz-ng-sys and libz-sys to their la…
Browse files Browse the repository at this point in the history
…test releases.

That way, those compiling with `-Zminimal-versions` have higher chances of it to work.

See Byron/gitoxide#1541 for reference.
  • Loading branch information
Byron committed Aug 24, 2024
1 parent 80fc1e5 commit a5d38e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ and raw deflate streams.
exclude = [".*"]

[dependencies]
libz-sys = { version = "1.1.8", optional = true, default-features = false }
libz-ng-sys = { version = "1.1.8", optional = true }
libz-sys = { version = "1.1.20", optional = true, default-features = false }
libz-ng-sys = { version = "1.1.16", optional = true }
libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] }
Expand Down

0 comments on commit a5d38e8

Please sign in to comment.