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"
29
29
delegate = " 0.8.0"
30
30
directories = " 4.0"
31
31
env_logger = " 0.9.3"
32
- fast-float = " 0.2.0 "
32
+ fast-float2 = " 0.2.3 "
33
33
float-ord = " 0.3.2"
34
34
futures = " 0.3.28"
35
35
fxhash = " 0.2.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ atomic.workspace = true
15
15
byte-slice-cast.workspace = true
16
16
dashmap.workspace = true
17
17
delegate.workspace = true
18
- fast-float .workspace = true
18
+ fast-float2 .workspace = true
19
19
fxhash.workspace = true
20
20
gdl = { workspace = true , optional = true }
21
21
linereader.workspace = true
Original file line number Diff line number Diff line change @@ -102,6 +102,6 @@ impl_parse_value!(
102
102
103
103
impl_parse_value ! ( parse_float, f32 , f64 ) ;
104
104
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 ( )
107
107
}
You can’t perform that action at this time.
0 commit comments