File: disable-windows.diff

package info (click to toggle)
rust-ctrlc 3.4.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Index: ctrlc/Cargo.toml
===================================================================
--- ctrlc.orig/Cargo.toml
+++ ctrlc/Cargo.toml
@@ -58,17 +58,17 @@
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Threading",
-    "Win32_Security",
-    "Win32_System_Console",
-]
+# [target."cfg(windows)".dependencies.windows-sys]
+# version = "0.59"
+# features = [
+#     "Win32_Foundation",
+#     "Win32_System_Threading",
+#     "Win32_Security",
+#     "Win32_System_Console",
+# ]
 
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.59"
-features = [
-    "Win32_Storage_FileSystem",
-    "Win32_Foundation",
-    "Win32_System_IO",
-    "Win32_System_Console",
-]
+# [target."cfg(windows)".dev-dependencies.windows-sys]
+# version = "0.59"
+# features = [
+#     "Win32_Storage_FileSystem",
+#     "Win32_Foundation",
+#     "Win32_System_IO",
+#     "Win32_System_Console",
+# ]