summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2023-04-02 21:00:08 +0200
committerSylvestre Ledru <sylvestre@debian.org>2023-04-02 21:01:05 +0200
commiteb11c4006f3286efee5226e546f119a20998266b (patch)
tree67e5b26e9912857d3a7025e0a53d1fbd6fa91165
parent0a6f1758b913b8bd9a7190f1e0654ede054a1ac4 (diff)
tee: add missing feature0.0.18
-rw-r--r--src/uu/tee/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uu/tee/Cargo.toml b/src/uu/tee/Cargo.toml
index 36e4f0dd4..b0cf0e916 100644
--- a/src/uu/tee/Cargo.toml
+++ b/src/uu/tee/Cargo.toml
@@ -17,7 +17,7 @@ path = "src/tee.rs"
[dependencies]
clap = { workspace=true }
libc = { workspace=true }
-uucore = { workspace=true, features=["libc"] }
+uucore = { workspace=true, features=["libc", "signals"] }
[[bin]]
name = "tee"