Skip to content

Commit

Permalink
Test default features of backhand in backhand-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 15, 2023
1 parent 4906c1f commit 0ceee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backhand-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nix = { version = "0.27.1", default-features = false, features = ["fs"] }
[features]
# testing only feature for testing vs squashfs-tools/unsquashfs
__test_unsquashfs = []
default = ["backhand-cli/xz", "backhand-cli/gzip", "backhand-cli/zstd"]
default = ["xz", "gzip", "zstd"]
xz = ["backhand-cli/xz"]
xz-static = ["backhand-cli/xz-static"]
gzip = ["backhand-cli/gzip"]
Expand Down

0 comments on commit 0ceee34

Please sign in to comment.