Skip to content

Commit

Permalink
Use zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Aug 26, 2024
1 parent ae9e8eb commit 2f7a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.1", features = ["derive"] }
flate2 = "1.0.30"
flate2 = { version = "1.0.30", features = ["zlib-ng"], default-features = false }
gzp = "0.11.3"
log = "0.4.22"
pretty_env_logger = "0.5.0"
Expand Down

0 comments on commit 2f7a07e

Please sign in to comment.