v1.2.0
π Features
- Add method
decompressed_size()
so non-recursive ZIP bombs can be detected
π Refactor
- Make
ZipWriter::finish()
consume theZipWriter
βοΈ Miscellaneous Tasks
- Use panic! rather than abort to ensure the fuzz harness can process the failure
- Update fuzz_write to use replace_with
- Remove a drop that can no longer be explicit
- Add
#![allow(unexpected_cfgs)]
in nightly