Skip to content

Commit

Permalink
whoami: add missing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 24, 2024
1 parent 150b287 commit 1693640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/whoami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 1693640

Please sign in to comment.