diff --git a/src/uu/yes/Cargo.toml b/src/uu/yes/Cargo.toml index b8703bb55d1..1c2c53dde43 100644 --- a/src/uu/yes/Cargo.toml +++ b/src/uu/yes/Cargo.toml @@ -22,12 +22,7 @@ path = "src/yes.rs" clap = { workspace = true } itertools = { workspace = true } fluent = { workspace = true } - -[target.'cfg(unix)'.dependencies] -uucore = { workspace = true, features = ["pipes", "signals"] } - -[target.'cfg(not(unix))'.dependencies] -uucore = { workspace = true, features = ["pipes"] } +uucore = { workspace = true } [[bin]] name = "yes"