summaryrefslogtreecommitdiffstats
path: root/vendor/is-terminal/debian/patches/disable-windows.diff
blob: a392cacff4cd7197ff1284a230634d6feced855b (plain)
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
--- is-terminal.orig/Cargo.toml
+++ is-terminal/Cargo.toml
@@ -54,2 +54,2 @@
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3.0"
+# [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
+# version = "0.3.0"
@@ -57,7 +57,7 @@
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_System_Console",
-]
+# [target."cfg(windows)".dependencies.windows-sys]
+# version = "0.48.0"
+# features = [
+#     "Win32_Foundation",
+#     "Win32_Storage_FileSystem",
+#     "Win32_System_Console",
+# ]
@@ -65,2 +65,2 @@
-[target."cfg(windows)".dev-dependencies.tempfile]
-version = "3"
+# [target."cfg(windows)".dev-dependencies.tempfile]
+# version = "3"