Skip to content

Releases: serde-rs/serde

v1.0.228

27 Sep 16:53
v1.0.228
a866b33

Choose a tag to compare

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

25 Sep 23:51
v1.0.227
415d9fc

Choose a tag to compare

  • Documentation improvements (#2991)

v1.0.226

20 Sep 23:40
v1.0.226
1799547

Choose a tag to compare

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @Mingun)

v1.0.225

16 Sep 03:45
v1.0.225
1d7899d

Choose a tag to compare

  • 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

15 Sep 15:48
v1.0.224
1699882

Choose a tag to compare

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

14 Sep 20:22
v1.0.223
6c316d7

Choose a tag to compare

  • Fix serde_core documentation links (#2978)

v1.0.222

14 Sep 18:14
v1.0.222
57e21a1

Choose a tag to compare

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)

v1.0.221

14 Sep 00:26
v1.0.221
ff3aee4

Choose a tag to compare

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

13 Sep 22:03
v1.0.220
be255d6

Choose a tag to compare

v1.0.219

09 Mar 19:14
v1.0.219
49d098d

Choose a tag to compare

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)