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

rm: migrate winapi to windows-sys crate

This commit is contained in:
Niyaz Nigmatullin 2022-10-19 23:14:31 +03:00 committed by Niyaz Nigmatullin
parent c26bf02a04
commit 05a224d40e
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2800,7 +2800,7 @@ dependencies = [
"remove_dir_all 0.7.0",
"uucore",
"walkdir",
"winapi",
"windows-sys 0.42.0",
]
[[package]]