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
2
2
3
3
- Fixed an edge case where long decimals with trailing zeros were truncated.
4
4
- Minor micro-optimization fixes in the fast path parser.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fast-float"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Ivan Smirnov <i.s.smirnov@gmail.com>" ]
5
5
repository = " https://github.com/aldanor/fast-float-rust"
6
6
documentation = " 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.
12
12
13
13
``` toml
14
14
[dependencies ]
15
- fast-float = " 0.1 "
15
+ fast-float = " 0.2 "
16
16
```
17
17
18
18
There 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