aports/community/broot/update-git2.patch
2023-11-16 08:58:48 +00:00

22 lines
553 B
Diff

To link against system-provided libgit2.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@
directories = "4.0"
file-size = "1.0.3"
fnv = "1.0.7"
-git2 = { version = "0.14", default-features = false }
+git2 = { version = "0.17", default-features = false }
glob = "0.3"
id-arena = "2.2.1"
image = "0.24"
@@ -68,7 +68,7 @@
xterm-query = { version = "0.1", optional = true }
[dev-dependencies]
-glassbench = "0.3.6"
+#glassbench = "0.3.6" # XXX-Patched: depends on old version of broot
[target.'cfg(unix)'.dependencies]
lfs-core = "0.11.0"