Skip to content

Commit b5784d5

Browse files
author
Gunter Schmidt
committed
Cleanup after merge
1 parent f02e383 commit b5784d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/uu/cmp/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ path = "src/main.rs"
2525
path = "src/cmp.rs"
2626

2727
[features]
28-
default = ["feat_fast_mmap2_compare","feat_run_binary_bench"]
28+
default = ["feat_fast_mmap2_compare", "feat_run_binary_bench"]
2929
# default = ["feat_run_binary_bench"]
3030
# default = ["feat_run_binary_bench"]
3131
# The cmd benchmarks start the binaries and take a lot of runtime on the github checks.
3232
# Only run them locally.
3333
feat_run_binary_bench = []
3434
feat_fast_mmap2_compare = []
3535

36-
3736
[dependencies]
3837
bytecount.workspace = true
3938
clap.workspace = true

0 commit comments

Comments
 (0)