File: 1001_itertools.patch

package info (click to toggle)
rust-test-case 3.3.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: sh: 33; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: accept newer branches of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1082662
Forwarded: not-needed
Last-Update: 2024-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@
 
 [dev-dependencies]
 insta           = "1.12"
-itertools       = "0.11"
+itertools       = ">= 0.11, <= 0.14"
 regex           = "1.5"
 
 [workspace]