We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59cc45 commit cec0b5dCopy full SHA for cec0b5d
backhand-cli/Cargo.toml
@@ -28,7 +28,7 @@ version = "0.5.4"
28
29
# These features mirror the backhand features
30
[features]
31
-default = ["backhand/xz", "backhand/gzip", "backhand/zstd"]
+default = ["xz", "gzip", "zstd"]
32
## Enables xz compression inside library and binaries
33
xz = ["backhand/xz"]
34
## Enables xz compression and forces static build inside library and binaries
0 commit comments