1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

cp: lock winapi to 0.2 for now

This commit is contained in:
Alex Lyon 2017-12-29 03:31:13 -08:00
parent 4deef05880
commit feaae12d0a
No known key found for this signature in database
GPG key ID: B517F04B325131B1
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -214,7 +214,7 @@ dependencies = [
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"xattr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]