File: disable-windows.diff

package info (click to toggle)
rust-term 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,4 +31,4 @@
-[target."cfg(windows)".dependencies.rustversion]
+[disabled.target."cfg(windows)".dependencies.rustversion]
 version = "1"
 
-[target."cfg(windows)".dependencies.winapi]
+[disabled.target."cfg(windows)".dependencies.winapi]