File: 1001_itertools.patch

package info (click to toggle)
git-delta 0.18.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: sh: 751; makefile: 117
file content (16 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer minor versions of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@
 dirs = "5.0.1"
 git2 = { version = ">= 0.18.2, <= 0.20", default-features = false, features = [] }
 grep-cli = "0.1.8"
-itertools = "0.10.5"
+itertools = ">= 0.10.5, <= 0.13"
 lazy_static = "1.4"
 palette = "0.7.2"
 pathdiff = "0.2.1"