1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

whoami: migrate winapi to windows-sys crate

This commit is contained in:
Niyaz Nigmatullin 2022-10-20 00:03:28 +03:00 committed by Niyaz Nigmatullin
parent f95a14537b
commit 0eae0fdb74
3 changed files with 6 additions and 8 deletions

2
Cargo.lock generated
View file

@ -3147,7 +3147,7 @@ dependencies = [
"clap 4.0.17",
"libc",
"uucore",
"winapi",
"windows-sys 0.42.0",
]
[[package]]