Skip to content

Commit 07d6f27

Browse files
cakebakersylvestre
authored andcommitted
uucore: enable "process" feature of rustix
1 parent 1f45676 commit 07d6f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jiff = { workspace = true, optional = true, features = [
3737
"tzdb-concatenated",
3838
] }
3939
rustc-hash = { workspace = true }
40-
rustix = { workspace = true, features = ["fs", "pipe"] }
40+
rustix = { workspace = true, features = ["fs", "pipe", "process"] }
4141
time = { workspace = true, optional = true, features = [
4242
"formatting",
4343
"local-offset",

0 commit comments

Comments
 (0)