From 933ccc4f92b79ecc8c8a26fa1a62769c9134f189 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 17 May 2024 18:55:22 -0700 Subject: [PATCH] Enable deflate-zlib as well, and keep deflate64 separate deflate-zlib was an omission; deflate64 is a different, backward-incompatible algorithm. Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b656d823..311b1063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,8 @@ features = [ "chrono", "deflate", "deflate64", + "deflate", + "deflate-zlib", "deflate-zlib-ng", "lzma", "time",