File: 2001_itertools.patch

package info (click to toggle)
resvg 0.45.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,976 kB
  • sloc: ansic: 441; cpp: 393; makefile: 118; sh: 37; python: 31
file content (15 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: accept older minor version of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1111284
Forwarded: not-needed
Last-Update: 2025-08-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/crates/usvg/codegen/Cargo.toml
+++ b/crates/usvg/codegen/Cargo.toml
@@ -12,4 +12,4 @@
 [dependencies]
 phf = ">= 0.7.22, <= 0.11"
 phf_codegen = ">= 0.7.22, <= 0.11"
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"