From 375aef0f4e093328d1a4d3255787b360e027df68 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 20 Feb 2023 17:19:47 -0500 Subject: [PATCH] chore: use zlib for zip --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1758464..58e3a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1" sqpack = { git = "https://git.anna.lgbt/ascclemens/sqpack-rs", features = ["read", "write"] } tempfile = "3" thiserror = "1" -zip = { version = "0.6", default-features = false, features = ["deflate"] } +zip = { version = "0.6", default-features = false, features = ["deflate-zlib"] } [dev-dependencies] blake3 = { version = "1", features = ["traits-preview"] }