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"
|