v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)
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)
v1.0.222
- Make
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)
v1.0.221
- Documentation improvements (#2973)
- Deprecate
serde_if_integer128!macro (#2975)
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks @osiewicz)