File: fix-itertools-dependencies.patch

package info (click to toggle)
rust-rayon-cond 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: rayon-cond/Cargo.toml
===================================================================
--- rayon-cond.orig/Cargo.toml
+++ rayon-cond/Cargo.toml
@@ -40,7 +40,7 @@ path = "src/lib.rs"
 version = "1.6"
 
 [dependencies.itertools]
-version = "0.14"
+version = "0.13"
 
 [dependencies.rayon]
-version = "1.7"
+version = "1.10"