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:
parent
62788e213b
commit
933ccc4f92
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ features = [
|
|||
"chrono",
|
||||
"deflate",
|
||||
"deflate64",
|
||||
"deflate",
|
||||
"deflate-zlib",
|
||||
"deflate-zlib-ng",
|
||||
"lzma",
|
||||
"time",
|
||||
|
|
Loading…
Add table
Reference in a new issue