File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## 0.2.0 (unreleased)
1+ ## 0.2.0
22
33- Fixed an edge case where long decimals with trailing zeros were truncated.
44- Minor micro-optimization fixes in the fast path parser.
Original file line number Diff line number Diff line change 11[package ]
22name = " fast-float"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Ivan Smirnov <i.s.smirnov@gmail.com>" ]
55repository = " https://github.com/aldanor/fast-float-rust"
66documentation = " https://docs.rs/fast-float"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This crate provides a super-fast decimal number parser from strings into floats.
1212
1313``` toml
1414[dependencies ]
15- fast-float = " 0.1 "
15+ fast-float = " 0.2 "
1616```
1717
1818There are no dependencies and the crate can be used in a no_std context by disabling the "std" feature.
You can’t perform that action at this time.
0 commit comments