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"
|