This repository was archived by the owner on Mar 25, 2024. It is now read-only.
0.8.12
- Add
serde_yaml::mapping
module containingMapping
'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