Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Releases: dtolnay/basic-toml

0.1.10

03 Mar 04:42
0.1.10
c54c9bd

Choose a tag to compare

  • Documentation improvements

0.1.9

12 Mar 03:06
0.1.9
5c574ec

Choose a tag to compare

  • Clean up dead code

0.1.8

02 Jan 17:33
0.1.8
c2cd68e

Choose a tag to compare

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.7

27 Oct 17:11
0.1.7
09d6f7f

Choose a tag to compare

  • Always serialize NaN without sign; deserialization will continue to preserve the sign written in the document

0.1.6

26 Oct 03:54
0.1.6
9edc90f

Choose a tag to compare

  • Another fix related to sign of NaN produced by deserialization

0.1.5

26 Oct 03:16
0.1.5
6f6fd9b

Choose a tag to compare

  • Fix sign of NaN when nan, +nan, or -nan is deserialized to f32

0.1.4

15 Jul 20:16
0.1.4
d38e1c4

Choose a tag to compare

  • Documentation improvements

0.1.3

04 Jul 17:32
0.1.3
b36fcf9

Choose a tag to compare

Release 0.1.3

0.1.2

05 Mar 23:09
0.1.2
409f387

Choose a tag to compare

  • Set html_root_url attribute

0.1.1

05 Mar 23:09
0.1.1
2ba80ec

Choose a tag to compare

  • Detect duplicate keys during deserialization of tables