Skip to content

Commit

Permalink
Build against zopfli-rs/zopfli#21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Jun 24, 2023
1 parent 6bb019b commit e408418
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 @@ -27,7 +27,7 @@ name = "zopfli"
required-features = ["zopfli"]

[dependencies]
zopfli = { version = "0.7.4", optional = true, default-features = false, features = ["std", "zlib"] }
zopfli = { git = "https://github.com/Pr0methean/zopfli.git", branch = "iterations-without-improvement", optional = true, default-features = false, features = ["std", "zlib"] }
simd-adler32 = { version = "0.3.5", optional = true, default-features = false }
rgb = "0.8.36"
indexmap = "1.9.3"
Expand Down

0 comments on commit e408418

Please sign in to comment.