Skip to content

Releases: dtolnay/erased-serde

0.4.10

02 Mar 19:45
0.4.10
4bea873

Choose a tag to compare

  • Fix SerializeStructVariant::erased_skip_field (#120, thanks @sivizius)

0.4.9

07 Nov 04:58
0.4.9
6cf88b3

Choose a tag to compare

  • Allow underlying serializer to dangle during erased serializer drop (#117)

0.4.8

14 Sep 15:54
0.4.8
9f56247

Choose a tag to compare

  • Raise serde version requirement to >=1.0.220

0.4.7

14 Sep 01:17
0.4.7
5d0b443

Choose a tag to compare

  • Switch serde dependency to serde_core (#116)

0.4.6

03 Mar 23:29
0.4.6
29441af

Choose a tag to compare

  • Documentation improvements

0.4.5

14 May 17:20
0.4.5
ea49426

Choose a tag to compare

  • Relocate some unsafe code over to typeid crate

0.4.4

10 Mar 04:26
0.4.4
e8b3238

Choose a tag to compare

  • Documentation improvements

0.4.3

19 Feb 05:26
0.4.3
427a8a7

Choose a tag to compare

  • Fix unused_imports warnings when compiled by rustc 1.78

0.4.2

02 Jan 17:36
0.4.2
8f555a2

Choose a tag to compare

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.4.1

14 Dec 06:06
0.4.1
4726cdb

Choose a tag to compare

  • Fix panic when Serialize impl returns error that does not come from a Serializer (#100, thanks @KodrAus)