Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

0.8.12

Compare
Choose a tag to compare
@dtolnay dtolnay released this 10 May 20:49
· 571 commits to master since this release
0.8.12
d6b815a
  • Add serde_yaml::mapping module containing Mapping's various iterator types: Iter, IterMut, IntoIter
  • Fix deserialization of certain strings incorrectly as NaN or infinity; only .nan and .inf and -.inf are YAML's permitted representations for NaN and infinity