uucore: enable "process" feature of rustix

This commit is contained in:
Daniel Hofstetter
2026-04-13 10:53:59 +02:00
committed by Sylvestre Ledru
parent 1f45676f59
commit 07d6f27f32
+1 -1
View File
@@ -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",