Skip to content

Commit

Permalink
Merge pull request #4817 from wasmerio/fix-zip
Browse files Browse the repository at this point in the history
chore(cli): Update yanked `zip` version
  • Loading branch information
syrusakbary authored Jun 7, 2024
2 parents 80435ac + 73cb2cb commit f75148c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 17 deletions.
60 changes: 44 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ tun-tap = { version = "0.1.3", features = ["tokio"], optional = true }

clap_complete = "4.5.2"
clap_mangen = "0.2.20"
zip = { version = "1.2.3", default-features = false, features = ["deflate"] }
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }

# NOTE: Must use different features for clap because the "color" feature does not
# work on wasi due to the anstream dependency not compiling.
Expand Down

0 comments on commit f75148c

Please sign in to comment.