Skip to content

Commit 6f06d0c

Browse files
oech3oech3
authored andcommitted
build-gnu.sh: Build 3 utils disabled by default
2 parents 26b3224 + 0f5ab81 commit 6f06d0c

File tree

19 files changed

+82
-58
lines changed

19 files changed

+82
-58
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.lock

Lines changed: 32 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/dd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gcd = { workspace = true }
2323
libc = { workspace = true }
2424
uucore = { workspace = true, features = [
2525
"format",
26-
"parser",
26+
"parser-size",
2727
"quoting-style",
2828
"fs",
2929
] }

src/uu/df/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/df.rs"
1919

2020
[dependencies]
2121
clap = { workspace = true }
22-
uucore = { workspace = true, features = ["libc", "fsext", "parser", "fs"] }
22+
uucore = { workspace = true, features = ["libc", "fsext", "parser-size", "fs"] }
2323
unicode-width = { workspace = true }
2424
thiserror = { workspace = true }
2525
fluent = { workspace = true }

src/uu/du/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ clap = { workspace = true }
2424
uucore = { workspace = true, features = [
2525
"format",
2626
"fsext",
27-
"parser",
27+
"parser-size",
28+
"parser-glob",
2829
"time",
2930
"safe-traversal",
3031
] }

src/uu/head/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ clap = { workspace = true }
2222
memchr = { workspace = true }
2323
thiserror = { workspace = true }
2424
uucore = { workspace = true, features = [
25-
"parser",
25+
"parser-size",
2626
"ringbuffer",
2727
"lines",
2828
"fs",

src/uu/ls/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ uucore = { workspace = true, features = [
3636
"fs",
3737
"fsext",
3838
"fsxattr",
39-
"parser",
39+
"parser-size",
40+
"parser-glob",
4041
"quoting-style",
4142
"time",
4243
"version-cmp",

src/uu/od/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/od.rs"
2121
byteorder = { workspace = true }
2222
clap = { workspace = true }
2323
half = { workspace = true }
24-
uucore = { workspace = true, features = ["parser"] }
24+
uucore = { workspace = true, features = ["parser-size"] }
2525
fluent = { workspace = true }
2626
libc.workspace = true
2727

src/uu/shred/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/shred.rs"
2020
[dependencies]
2121
clap = { workspace = true }
2222
rand = { workspace = true }
23-
uucore = { workspace = true, features = ["parser"] }
23+
uucore = { workspace = true, features = ["parser-size"] }
2424
libc = { workspace = true }
2525
fluent = { workspace = true }
2626

src/uu/sort/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ self_cell = { workspace = true }
3434
tempfile = { workspace = true }
3535
thiserror = { workspace = true }
3636
unicode-width = { workspace = true }
37-
uucore = { workspace = true, features = ["fs", "parser", "version-cmp"] }
37+
uucore = { workspace = true, features = ["fs", "parser-size", "version-cmp"] }
3838
fluent = { workspace = true }
3939
nix = { workspace = true }
4040

@@ -44,7 +44,7 @@ tempfile = { workspace = true }
4444
uucore = { workspace = true, features = [
4545
"benchmark",
4646
"fs",
47-
"parser",
47+
"parser-size",
4848
"version-cmp",
4949
"i18n-collator",
5050
] }

0 commit comments

Comments
 (0)