1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Index: coreutils/src/uu/mv/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/mv/Cargo.toml
+++ coreutils/src/uu/mv/Cargo.toml
@@ -28,12 +28,12 @@ uucore = { workspace = true, features =
] }
thiserror = { workspace = true }
-[target.'cfg(windows)'.dependencies]
-windows-sys = { workspace = true, features = [
- "Win32_Foundation",
- "Win32_Security",
- "Win32_Storage_FileSystem",
-] }
+#[target.'cfg(windows)'.dependencies]
+#windows-sys = { workspace = true, features = [
+# "Win32_Foundation",
+# "Win32_Security",
+# "Win32_Storage_FileSystem",
+#] }
[target.'cfg(unix)'.dependencies]
libc = { workspace = true }
|