File: disable-windows.diff

package info (click to toggle)
rust-compiletest-rs 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,10 +85,3 @@
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.6"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = ["Win32"]