Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Releases: toml-rs/toml-rs

0.5.9

14 Apr 23:58
70caf40
Compare
Choose a tag to compare

Changes:

  • #373: Allow empty table keys
  • #426: Fix serialization of -0.0
  • #439: Make datetime structs and fields public

0.5.8

18 Dec 17:37
94b319f
Compare
Choose a tag to compare

Minor doc fix (#409)

Preserve order feature, minor fixes

15 Mar 18:30
dbdcc9c
Compare
Choose a tag to compare
  • Add preserve_order Cargo feature. This retains the order of map keys in toml::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 to de::Error. (#292)