From e40841893bdc3572f7dc53393c245fc935c3e5eb Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sat, 24 Jun 2023 11:46:58 -0700 Subject: [PATCH] Build against https://github.com/zopfli-rs/zopfli/pull/21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b97ee78a..d256b117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"