This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: dtolnay/serde-yaml
Releases · dtolnay/serde-yaml
0.9.34
As of this release, I am not planning to publish further versions of serde_yaml
as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.
0.9.33
- Fix quadratic parse time for YAML containing deeply nested flow collections (dtolnay/unsafe-libyaml#26)