File: disable-windows.diff

package info (click to toggle)
rust-subprocess 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,3 @@
 
 [dev-dependencies.tempfile]
 version = "3.3.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["std", "handleapi", "namedpipeapi", "processenv", "synchapi", "winerror", "processthreadsapi", "winbase"]