Files
ports/sysutils/eza/files/patch-Cargo.toml
T
Ken DEGUCHI af0ee15e60 sysutils/eza: update to 0.23.2
Changelog: https://github.com/eza-community/eza/releases/tag/v0.23.2

PR:		289348
Reported by:	Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
2025-09-08 11:18:33 +09:00

11 lines
286 B
TOML

--- Cargo.toml.orig 2025-09-06 09:23:21 UTC
+++ Cargo.toml
@@ -138,7 +138,6 @@ git = ["git2"]
[features]
default = ["git"]
git = ["git2"]
-vendored-openssl = ["git2/vendored-openssl"]
vendored-libgit2 = ["git2/vendored-libgit2"]
# Should only be used inside of flake.nix
nix = []