Skip to content

Commit af6c8f2

Browse files
oech3cakebaker
authored andcommitted
yes: drop unused feat deps
1 parent 4d02380 commit af6c8f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/uu/yes/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ path = "src/yes.rs"
2222
clap = { workspace = true }
2323
itertools = { workspace = true }
2424
fluent = { workspace = true }
25-
26-
[target.'cfg(unix)'.dependencies]
27-
uucore = { workspace = true, features = ["pipes", "signals"] }
28-
29-
[target.'cfg(not(unix))'.dependencies]
30-
uucore = { workspace = true, features = ["pipes"] }
25+
uucore = { workspace = true }
3126

3227
[[bin]]
3328
name = "yes"

0 commit comments

Comments
 (0)