Sourced from serde_yaml's releases.
0.9.30
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.9.29
- Turn on
deny(unsafe_op_in_unsafe_fn)lint0.9.28
- Update
unsafe-libyamldependency to pull in unaligned write fix
09ee251
Release 0.9.30caea939
Pull in proc-macro2 sccache fixd255918
Merge pull request #403
from dtolnay/optionifletelse8cfeedd
Remove option_if_let_else clippy suppressionb957d2b
Release 0.9.29007fc2d
Merge pull request #401
from dtolnay/unsafeop5bac247
Fill in unsafe blocks inside unsafe functions0f6dba1
Turn on deny(unsafe_op_in_unsafe_fn)1b6e448
Release 0.9.28ec1a314
Force unsafe-libyaml version that contains unaligned write fix