Skip to content

Commit cec0b5d

Browse files
committed
bins: Fix features not engaging extra help output
1 parent b59cc45 commit cec0b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backhand-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version = "0.5.4"
2828

2929
# These features mirror the backhand features
3030
[features]
31-
default = ["backhand/xz", "backhand/gzip", "backhand/zstd"]
31+
default = ["xz", "gzip", "zstd"]
3232
## Enables xz compression inside library and binaries
3333
xz = ["backhand/xz"]
3434
## Enables xz compression and forces static build inside library and binaries

0 commit comments

Comments
 (0)