- Properly require zip 0.5.3 or higher (
is_dir
,is_file
) - Workaround breaking change in zip 0.5.7 (mvdnes/zip-rs#193)
- Introduced vfs_zip::ZipWriteOnly
- Made
zip
features optional / re-exposed via crate features. - Breaking: This means that the following can no longer read compressed zip files:
There should be no breaking changes with
vfs = { version = "*", default-features = false }
default-features = true
.
- Introduced vfs_zip::ZipReadOnly