1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept newer minro versions of crate git2
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1101624
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@
console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"
-git2 = { version = "0.18.2", default-features = false, features = [] }
+git2 = { version = ">= 0.18.2, <= 0.20", default-features = false, features = [] }
grep-cli = "0.1.8"
itertools = "0.10.5"
lazy_static = "1.4"
|