Skip to content

Commit 5a02e74

Browse files
whoami: remove unused libc dependency
1 parent 74e353d commit 5a02e74

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/whoami/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ windows-sys = { workspace = true, features = [
2828
"Win32_Foundation",
2929
] }
3030

31-
[target.'cfg(unix)'.dependencies]
32-
libc = { workspace = true }
33-
3431
[[bin]]
3532
name = "whoami"
3633
path = "src/main.rs"

0 commit comments

Comments
 (0)