mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
317 B
Diff
14 lines
317 B
Diff
To link against system-provided libgit2.
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -39 +39 @@
|
|
-git2 = { version="0.14", default-features=false }
|
|
+git2 = { version="0.16", default-features=false }
|
|
@@ -73,3 +73,4 @@
|
|
[dev-dependencies]
|
|
-glassbench = "0.3.3"
|
|
+# XXX: depends on old version of broot
|
|
+#glassbench = "0.3.3"
|
|
|