mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://github.com/eza-community/eza/releases/tag/v0.21.3 PR: 286534 Approved by: submitter is maintainer
11 lines
286 B
TOML
11 lines
286 B
TOML
--- Cargo.toml.orig 2025-05-02 06:07:17 UTC
|
|
+++ Cargo.toml
|
|
@@ -139,7 +139,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 = []
|