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

touch: migrate winapi to windows-sys crate

This commit is contained in:
Niyaz Nigmatullin 2022-10-20 00:00:08 +03:00 committed by Niyaz Nigmatullin
parent 580bff02f8
commit f95a14537b
3 changed files with 10 additions and 13 deletions

2
Cargo.lock generated
View file

@ -3010,7 +3010,7 @@ dependencies = [
"filetime",
"time",
"uucore",
"winapi",
"windows-sys 0.42.0",
]
[[package]]