Sourced from serde's releases.
v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227
- Documentation improvements (#2991)
v1.0.226
- Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks
@​Mingun)v1.0.225
- Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks
@​rcrisanti)v1.0.224
- Remove private types being suggested in rustc diagnostics (#2979)
a866b33
Release 1.0.2285adc9e8
Merge pull request #2995
from dtolnay/rustdocflagsab58178
Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fc
Release 1.0.2277c58427
Merge pull request #2991
from dtolnay/inlinecoredoc9d3410e
Merge pull request #2992
from dtolnay/inplaceseed2fb6748
Remove InPlaceSeed public re-exportf8137c7
Inline serde_core into serde in docsrs modeb7dbf7e
Merge pull request #2990
from dtolnay/integer1287c83691
No longer macro_use integer128 module