File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- rust : [1.56 .0, stable, nightly]
14
+ rust : [1.63 .0, stable, nightly]
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
with :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ default = ["std"]
20
20
std = []
21
21
22
22
[dev-dependencies ]
23
- lexical-core = " 0.7 "
24
- hexf-parse = " 0.1"
23
+ lexical-core = " 1.0.2 "
24
+ hexf-parse = " 0.2. 1"
25
25
ryu = " 1.0"
26
- fastrand = " 1.4 "
27
- num-bigint = " 0.3 "
26
+ fastrand = " 2.1.1 "
27
+ num-bigint = " 0.4.6 "
28
28
29
29
[workspace ]
30
30
members = [" ." , " extras/data-tests" , " extras/simple-bench" ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ publish = false
11
11
fast-float2 = { path = " ../.." }
12
12
structopt = " 0.3"
13
13
anyhow = " 1.0"
14
- lexical = " 5 .2"
15
- lexical-core = " 0.7 "
16
- fastrand = " 1.4 "
14
+ lexical = " 7.0 .2"
15
+ lexical-core = " 1.0.2 "
16
+ fastrand = " 2.1.1 "
17
17
fast-float = " 0.2"
Original file line number Diff line number Diff line change 3
3
fn test_f64_random_from_u64 ( ) {
4
4
const N_ITER : u64 = 1 << 32 ;
5
5
6
- let rng = fastrand:: Rng :: with_seed ( 0 ) ;
6
+ let mut rng = fastrand:: Rng :: with_seed ( 0 ) ;
7
7
let mut buf = ryu:: Buffer :: new ( ) ;
8
8
for _ in 0 ..N_ITER {
9
9
let i: u64 = rng. u64 ( 0 ..0xFFFF_FFFF_FFFF_FFFF ) ;
You can’t perform that action at this time.
0 commit comments