File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- rust : [1.56 .0, stable, nightly]
14+ rust : [1.63 .0, stable, nightly]
1515 steps :
1616 - uses : actions/checkout@v2
1717 with :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ default = ["std"]
2020std = []
2121
2222[dev-dependencies ]
23- lexical-core = " 0.7 "
24- hexf-parse = " 0.1"
23+ lexical-core = " 1.0.2 "
24+ hexf-parse = " 0.2. 1"
2525ryu = " 1.0"
26- fastrand = " 1.4 "
27- num-bigint = " 0.3 "
26+ fastrand = " 2.1.1 "
27+ num-bigint = " 0.4.6 "
2828
2929[workspace ]
3030members = [" ." , " extras/data-tests" , " extras/simple-bench" ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ publish = false
1111fast-float2 = { path = " ../.." }
1212structopt = " 0.3"
1313anyhow = " 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 "
1717fast-float = " 0.2"
Original file line number Diff line number Diff line change 33fn test_f64_random_from_u64 ( ) {
44 const N_ITER : u64 = 1 << 32 ;
55
6- let rng = fastrand:: Rng :: with_seed ( 0 ) ;
6+ let mut rng = fastrand:: Rng :: with_seed ( 0 ) ;
77 let mut buf = ryu:: Buffer :: new ( ) ;
88 for _ in 0 ..N_ITER {
99 let i: u64 = rng. u64 ( 0 ..0xFFFF_FFFF_FFFF_FFFF ) ;
You can’t perform that action at this time.
0 commit comments