Skip to content

Commit ed3dad8

Browse files
authored
Merge pull request #7786 from siddharthteli12/main
whoami: remove unused libc dependency
2 parents e7f33f5 + 5a02e74 commit ed3dad8

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)