Skip to content

Commit 5293445

Browse files
authored
refactor(core): disable default features for the zip crate (#3624)
1 parent bdd5f7c commit 5293445

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/refactor-zip-features.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Disabled the default features for the `zip` crate.

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_repr = "0.1"
6262
state = "0.5"
6363
tar = "0.4"
6464
tempfile = "3"
65-
zip = { version = "0.5", optional = true }
65+
zip = { version = "0.5", default-features = false, optional = true }
6666
ignore = "0.4"
6767
either = "1.6"
6868
flate2 = "1.0"

0 commit comments

Comments
 (0)