mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #6421 from cakebaker/cargo_toml_enable_mode_feature
Cargo.toml: enable uucore's `mode` feature
This commit is contained in:
commit
e2aa2c7440
1 changed files with 6 additions and 1 deletions
|
@ -490,7 +490,12 @@ sha1 = { version = "0.10.6", features = ["std"] }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
time = { workspace = true, features = ["local-offset"] }
|
time = { workspace = true, features = ["local-offset"] }
|
||||||
unindent = "0.2.3"
|
unindent = "0.2.3"
|
||||||
uucore = { workspace = true, features = ["entries", "process", "signals"] }
|
uucore = { workspace = true, features = [
|
||||||
|
"entries",
|
||||||
|
"mode",
|
||||||
|
"process",
|
||||||
|
"signals",
|
||||||
|
] }
|
||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
hex-literal = "0.4.1"
|
hex-literal = "0.4.1"
|
||||||
rstest = { workspace = true }
|
rstest = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue