File: disable-windows.diff

package info (click to toggle)
rust-eza 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 14
file content (23 lines) | stat: -rw-r--r-- 662 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
Index: eza/Cargo.toml
===================================================================
--- eza.orig/Cargo.toml
+++ eza/Cargo.toml
@@ -225,12 +225,12 @@ vendored-libgit2 = ["git2/vendored-libgi
 [target.'cfg(target_os = "linux")'.dependencies.proc-mounts]
 version = "0.3"
 
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.60.2"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
+# [target.'cfg(target_os = "windows")'.dependencies.windows-sys]
+# version = "0.60.2"
+# features = [
+#     "Win32_System_Console",
+#     "Win32_Foundation",
+# ]
 
 [target."cfg(unix)".dependencies.uzers]
 version = "0.12.1"