Files
packages/anda/langs/rust/eza/eza-fix-metadata-auto.diff
T
Raboneko b3638b713d feat(eza): Add manpages and shell completions (#5926) (#5929)
- Bump release and update diffpatch
- Generate and include manpages in base package
- Include shell completions in subpackages

(cherry picked from commit d745ae061d)

Co-authored-by: Arvin Verain <arvinverain@proton.me>
2025-07-25 13:06:28 -05:00

16 lines
444 B
Diff

--- eza-0.23.0/Cargo.toml 1970-01-01 08:00:01.000000000 +0800
+++ eza-0.23.0/Cargo.toml 2025-07-23 12:49:16.775971979 +0800
@@ -225,12 +225,5 @@
[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(unix)".dependencies.uzers]
version = "0.12.1"