mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
b3638b713d
- 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>
16 lines
444 B
Diff
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"
|