File: newer-lexical-parse-float

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-- 364 bytes parent folder | download
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
@@ -34,7 +34,7 @@ version = "0.2.1"
 version = ">= 0.10.3"
 
 [dependencies.lexical-parse-float]
-version = "0.8.0"
+version = ">= 0.8.0, < 3"
 features = ["format"]
 
 [dependencies.libc]