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>
This commit is contained in:
Chris Hennick 2024-05-17 18:55:22 -07:00 committed by GitHub
parent 62788e213b
commit 933ccc4f92
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,8 @@ features = [
"chrono",
"deflate",
"deflate64",
"deflate",
"deflate-zlib",
"deflate-zlib-ng",
"lzma",
"time",