You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
enabling only the deflate-zopfli feature with default features disabled causes the crate to fail to compile. The problem seems to be a reliance on some types defined in flate2 even when not using flate2.
To Reproduce
Steps to reproduce the behavior:
disable all features except deflate-zopfli
attempt to create a zip using zopfli
The text was updated successfully, but these errors were encountered:
Describe the bug
enabling only the
deflate-zopfli
feature with default features disabled causes the crate to fail to compile. The problem seems to be a reliance on some types defined in flate2 even when not using flate2.To Reproduce
Steps to reproduce the behavior:
deflate-zopfli
The text was updated successfully, but these errors were encountered: