File: 1001_itertools.patch

package info (click to toggle)
cyme 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,404 kB
  • sloc: makefile: 147; sh: 51
file content (16 lines) | stat: -rw-r--r-- 931 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branches of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-10-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@
 clap_mangen = { version = "0.2.5", optional = true } # for generating man - could manually do this
 colored = "3.0.0" # terminal colouring helper
 cansi = { version = "=2.2.1", optional = true } # ANSI escape code helper; decolored - no dependencies
-itertools = "0.10.5" # iterator methods used for building device tree
+itertools = ">= 0.10.5, <= 0.13" # iterator methods used for building device tree
 rusb = { version = "0.9.4", optional = true } # libusb bindings
 nusb = { git = "https://github.com/kevinmehall/nusb", rev = "dad53d26", optional = true } # pure Rust USB library
 serde = { version = "1.0", features = ["derive"] } # --json serialisation and --from-json deserialisation