Skip to content

Commit

Permalink
Disable rar and other decompress features
Browse files Browse the repository at this point in the history
unrar does not work with musl
  • Loading branch information
alexpdp7 committed Mar 4, 2024
1 parent 4a10f3e commit b462e3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 177 deletions.
185 changes: 9 additions & 176 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allocative = "0.3.3"
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
color-eyre = "0.6.2"
decompress = "0.6.0"
decompress = { version = "0.6.0", default-features = false, features = ["targz", "zip"] }
directories = "5.0.1"
include_dir = "0.7.3"
regex = "1.10.3"
Expand Down

0 comments on commit b462e3a

Please sign in to comment.