use deflate for zip, as otherwise we need more native build inputs
This commit is contained in:
parent
fa7babfafb
commit
5b7365f458
4 changed files with 4 additions and 242 deletions
|
@ -28,4 +28,4 @@ quick-xml = { version = "0.31.0", features = ["serialize"] }
|
|||
|
||||
[build-dependencies]
|
||||
ignore = "0.4.22"
|
||||
zip = "1.2.2"
|
||||
zip = { version = "1.2.2", default-features = false, features = ["deflate"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue