File: relax-itertools

package info (click to toggle)
rust-rustpython-common 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 368 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rustpython-common/Cargo.toml
===================================================================
--- rustpython-common.orig/Cargo.toml
+++ rustpython-common/Cargo.toml
@@ -31,7 +31,7 @@ version = "1.0"
 version = "0.2.1"
 
 [dependencies.itertools]
-version = "0.10.3"
+version = ">= 0.10.3"
 
 [dependencies.lexical-parse-float]
 version = "0.8.0"