From 0c372c7b6a3f284b719e606b942e5ac7df448949 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Mon, 13 Aug 2018 20:37:13 +0530 Subject: [PATCH] _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- Cargo.toml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8c69703e..6a431a93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,27 +61,27 @@ num-traits = "0.2" # enable the default feature [target.'cfg(target_os = "macos")'.dependencies] core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] } -[target.'cfg(windows)'.dependencies] -miow = "0.3" +# [target.'cfg(windows)'.dependencies] +# miow = "0.3" -[target.'cfg(windows)'.dependencies.winapi] -version = "0.3" -features = [ - "handleapi", - "jobapi", - "jobapi2", - "minwindef", - "ntdef", - "ntstatus", - "processenv", - "processthreadsapi", - "psapi", - "synchapi", - "winerror", - "winbase", - "wincon", - "winnt", -] +# [target.'cfg(windows)'.dependencies.winapi] +# version = "0.3" +# features = [ +# "handleapi", +# "jobapi", +# "jobapi2", +# "minwindef", +# "ntdef", +# "ntstatus", +# "processenv", +# "processthreadsapi", +# "psapi", +# "synchapi", +# "winerror", +# "winbase", +# "wincon", +# "winnt", +# ] [dev-dependencies] bufstream = "0.1" -- 2.30.2