Releases: dtolnay/basic-toml
Releases · dtolnay/basic-toml
0.1.8
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.7
- Always serialize NaN without sign; deserialization will continue to preserve the sign written in the document
0.1.6
- Another fix related to sign of NaN produced by deserialization
0.1.5
- Fix sign of NaN when
nan
, +nan
, or -nan
is deserialized to f32
0.1.4
- Documentation improvements
0.1.2
- Set html_root_url attribute
0.1.1
- Detect duplicate keys during deserialization of tables