Explorar o código

refactor(core): disable default features for the zip crate (#3624)

Lucas Fernandes Nogueira %!s(int64=3) %!d(string=hai) anos
pai
achega
5293445f08
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  1. 5 0
      .changes/refactor-zip-features.md
  2. 1 1
      core/tauri/Cargo.toml

+ 5 - 0
.changes/refactor-zip-features.md

@@ -0,0 +1,5 @@
+---
+"tauri": patch
+---
+
+Disabled the default features for the `zip` crate.

+ 1 - 1
core/tauri/Cargo.toml

@@ -62,7 +62,7 @@ serde_repr = "0.1"
 state = "0.5"
 tar = "0.4"
 tempfile = "3"
-zip = { version = "0.5", optional = true }
+zip = { version = "0.5", default-features = false, optional = true }
 ignore = "0.4"
 either = "1.6"
 flate2 = "1.0"