File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dashmap = "5.5.0"
2929delegate = " 0.8.0"
3030directories = " 4.0"
3131env_logger = " 0.9.3"
32- fast-float = " 0.2.0 "
32+ fast-float2 = " 0.2.3 "
3333float-ord = " 0.3.2"
3434futures = " 0.3.28"
3535fxhash = " 0.2.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ atomic.workspace = true
1515byte-slice-cast.workspace = true
1616dashmap.workspace = true
1717delegate.workspace = true
18- fast-float .workspace = true
18+ fast-float2 .workspace = true
1919fxhash.workspace = true
2020gdl = { workspace = true , optional = true }
2121linereader.workspace = true
Original file line number Diff line number Diff line change @@ -102,6 +102,6 @@ impl_parse_value!(
102102
103103impl_parse_value ! ( parse_float, f32 , f64 ) ;
104104
105- fn parse_float < T : fast_float :: FastFloat > ( bytes : & [ u8 ] ) -> ( T , usize ) {
106- fast_float :: parse_partial ( bytes) . unwrap ( )
105+ fn parse_float < T : fast_float2 :: FastFloat > ( bytes : & [ u8 ] ) -> ( T , usize ) {
106+ fast_float2 :: parse_partial ( bytes) . unwrap ( )
107107}
You can’t perform that action at this time.
0 commit comments