mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uucore: enable "process" feature of rustix
This commit is contained in:
committed by
Sylvestre Ledru
parent
1f45676f59
commit
07d6f27f32
@@ -37,7 +37,7 @@ jiff = { workspace = true, optional = true, features = [
|
||||
"tzdb-concatenated",
|
||||
] }
|
||||
rustc-hash = { workspace = true }
|
||||
rustix = { workspace = true, features = ["fs", "pipe"] }
|
||||
rustix = { workspace = true, features = ["fs", "pipe", "process"] }
|
||||
time = { workspace = true, optional = true, features = [
|
||||
"formatting",
|
||||
"local-offset",
|
||||
|
||||
Reference in New Issue
Block a user