Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from senokay/debloat-zip
Browse files Browse the repository at this point in the history
Minimize additional features for the `zip` dependency.
  • Loading branch information
dkim-furiosa authored Apr 24, 2024
2 parents a0d1390 + cdc04ea commit c28e608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ flate2 = "1.0.28"
tar = "0.4.40"

[target.'cfg(windows)'.build-dependencies]
zip = "0.6.6"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }

0 comments on commit c28e608

Please sign in to comment.