diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-19 13:04:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-19 13:04:48 +0100 |
| commit | 18cb3becb32b1c2424a82ad847d890732ccee878 (patch) | |
| tree | 776eda175e30f11de1214231d7117a161a8f60ff /Cargo.toml | |
| parent | fa43b4bf5d267f7e8cf0dc84ada2749ff3e1b6ca (diff) | |
Disable default features of `zip` crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ xmlwriter = "0.1.0" xmp-writer = "0.2" xz2 = "0.1" yaml-front-matter = "0.1" -zip = "0.6" +zip = { version = "0.6", default-features = false, features = ["deflate"] } [profile.dev.package."*"] opt-level = 2 |
