diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 3f1c9af89ef..bd4acb8b2fa 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -37,7 +37,7 @@ jiff = { workspace = true, optional = true, features = [ "tzdb-concatenated", ] } rustc-hash = { workspace = true } -rustix = { workspace = true, features = ["pipe"] } +rustix = { workspace = true, features = ["fs", "pipe"] } time = { workspace = true, optional = true, features = [ "formatting", "local-offset",