void-packages/srcpkgs/git-absorb/patches/bump-git2.patch

14 lines
266 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 20a0ec5..7b86eed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ name = "git-absorb"
path = "src/main.rs"
[dependencies.git2]
-version = "~0.16"
+version = "~0.17"
default-features = false
[dependencies]