summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2024-01-24 21:33:25 +0100
committerSylvestre Ledru <sylvestre@debian.org>2024-01-24 21:33:25 +0100
commit169364044677bdea1e7d497fc638f947fd29c460 (patch)
tree2dbc1e962fe9d4b3c5c44f5a9ab748272d85b6d7
parent150b287fe8ab268a6ef3fded5aa0e4ce3aa6cd2d (diff)
whoami: add missing feature0.0.24
-rw-r--r--src/uu/whoami/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uu/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml
index 3d2abb034..7e47898ef 100644
--- a/src/uu/whoami/Cargo.toml
+++ b/src/uu/whoami/Cargo.toml
@@ -16,7 +16,7 @@ path = "src/whoami.rs"
[dependencies]
clap = { workspace = true }
-uucore = { workspace = true, features = ["entries"] }
+uucore = { workspace = true, features = ["entries", "process"] }
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { workspace = true, features = [