From feaae12d0a995b1e7518ebed0af5867c50ce66bf Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Fri, 29 Dec 2017 03:31:13 -0800 Subject: [PATCH] cp: lock winapi to 0.2 for now --- Cargo.lock | 2 +- src/cp/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a822e60a5..ab6a62a3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", ] diff --git a/src/cp/Cargo.toml b/src/cp/Cargo.toml index 3d81eb58a..346b8fa49 100644 --- a/src/cp/Cargo.toml +++ b/src/cp/Cargo.toml @@ -24,8 +24,8 @@ filetime = "0.1" ioctl-sys = "0.5.2" [target.'cfg(target_os = "windows")'.dependencies] -kernel32-sys = "*" -winapi = "*" +kernel32-sys = "0.2.2" +winapi = "0.2" [target.'cfg(unix)'.dependencies] xattr="0.2.1"