We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a9d4d commit 5566d16Copy full SHA for 5566d16
Cargo.toml
@@ -20,11 +20,11 @@ default = ["std"]
20
std = []
21
22
[dev-dependencies]
23
-lexical-core = "0.7"
24
-hexf-parse = "0.1"
+lexical-core = "1.0.2"
+hexf-parse = "0.2.1"
25
ryu = "1.0"
26
-fastrand = "1.4"
27
-num-bigint = "0.3"
+fastrand = "2.1.1"
+num-bigint = "0.4.6"
28
29
[workspace]
30
members = [".", "extras/data-tests", "extras/simple-bench"]
extras/simple-bench/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
11
fast-float2 = { path = "../.." }
12
structopt = "0.3"
13
anyhow = "1.0"
14
-lexical = "5.2"
15
16
+lexical = "7.0.2"
17
fast-float = "0.2"
0 commit comments