This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
Releases: toml-rs/toml-rs
Releases · toml-rs/toml-rs
0.5.9
0.5.8
Preserve order feature, minor fixes
- Add
preserve_order
Cargo feature. This retains the order of map keys intoml::Value
. (#278) - Fix issue #279 where some duplicate table headers were accepted. Added
Deserializer::set_allow_duplicate_after_longer_table
for anyone who wants to retain the old, broken behavior. (#280) - Fix case sensitivity with T, Z, and E. (#290)
- Add
PartialEq
tode::Error
. (#292)