void-packages/srcpkgs/git-absorb/patches/downgrade-git2.patch
2023-12-01 00:52:10 -05:00

14 lines
266 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 97dc720..85435bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ name = "git-absorb"
path = "src/main.rs"
[dependencies.git2]
-version = "~0.18"
+version = "~0.17"
default-features = false
[dependencies]