Skip to content

Commit

Permalink
fix(bundler): Enable zip's deflate feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jun 25, 2023
1 parent 5eb8554 commit ef73d56
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hex = "0.4"
semver = "1"
sha1 = "0.10"
sha2 = "0.10"
zip = { version = "0.6", default-features = false }
zip = { version = "0.6", default-features = false, features = ["deflate"] }
dunce = "1"

[target."cfg(target_os = \"windows\")".dependencies]
Expand Down
41 changes: 21 additions & 20 deletions tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef73d56

Please sign in to comment.