We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02e383 commit b5784d5Copy full SHA for b5784d5
1 file changed
src/uu/cmp/Cargo.toml
@@ -25,15 +25,14 @@ path = "src/main.rs"
25
path = "src/cmp.rs"
26
27
[features]
28
-default = ["feat_fast_mmap2_compare","feat_run_binary_bench"]
+default = ["feat_fast_mmap2_compare", "feat_run_binary_bench"]
29
# default = ["feat_run_binary_bench"]
30
31
# The cmd benchmarks start the binaries and take a lot of runtime on the github checks.
32
# Only run them locally.
33
feat_run_binary_bench = []
34
feat_fast_mmap2_compare = []
35
36
-
37
[dependencies]
38
bytecount.workspace = true
39
clap.workspace = true
0 commit comments