Releases: dtolnay/erased-serde
Releases · dtolnay/erased-serde
0.4.10
02 Mar 19:45
Compare
Sorry, something went wrong.
No results found
Fix SerializeStructVariant::erased_skip_field (#120 , thanks @sivizius )
0.4.9
07 Nov 04:58
Compare
Sorry, something went wrong.
No results found
Allow underlying serializer to dangle during erased serializer drop (#117 )
0.4.8
14 Sep 15:54
Compare
Sorry, something went wrong.
No results found
Raise serde version requirement to >=1.0.220
0.4.7
14 Sep 01:17
Compare
Sorry, something went wrong.
No results found
Switch serde dependency to serde_core (#116 )
0.4.6
03 Mar 23:29
Compare
Sorry, something went wrong.
No results found
Documentation improvements
0.4.5
14 May 17:20
Compare
Sorry, something went wrong.
No results found
Relocate some unsafe code over to typeid crate
0.4.4
10 Mar 04:26
Compare
Sorry, something went wrong.
No results found
Documentation improvements
0.4.3
19 Feb 05:26
Compare
Sorry, something went wrong.
No results found
Fix unused_imports warnings when compiled by rustc 1.78
0.4.2
02 Jan 17:36
Compare
Sorry, something went wrong.
No results found
Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.4.1
14 Dec 06:06
Compare
Sorry, something went wrong.
No results found
Fix panic when Serialize impl returns error that does not come from a Serializer (#100 , thanks @KodrAus )