File: disable-windows.patch

package info (click to toggle)
rust-os-info 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -91,7 +91,7 @@
     "NSString",
 ]
 
-[target."cfg(windows)".dependencies.windows-sys]
+[disabled.target."cfg(windows)".dependencies.windows-sys]
 version = "0.61"
 features = [
     "Win32_Foundation",