Skip to content

Commit

Permalink
fix: zip feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 25, 2024
1 parent fa5a49d commit 8b126d3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
51 changes: 47 additions & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ tokio = { version = "1.38.0", features = [
toml_edit = { version = "0.22.15", features = ["serde"] }
uuid = { version = "1.10.0", features = ["serde", "v4"] }
yansi = "1.0.1"
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
zip = { version = "2.1.3", default-features = false, features = [
"deflate",
"bzip2",
] }
zip-extract = { version = "0.2.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 8b126d3

Please sign in to comment.