From 46458c754107dcd174481d6092da56e6623f88ea Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Tue, 7 Aug 2018 22:14:46 +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 5217104eb..0764bd5aa 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.5.1", 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