Skip to content

Releases: serde-rs/serde

v1.0.199

27 Apr 04:23
v1.0.199
1477028
Compare
Choose a tag to compare
  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @aatifsyed)

v1.0.198

16 Apr 21:21
v1.0.198
c4fb923
Compare
Choose a tag to compare
  • Support serializing and deserializing Saturating<T> (#2709, thanks @jbethune)

v1.0.197

20 Feb 00:24
v1.0.197
5fa711d
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @nyurik)

v1.0.196

26 Jan 22:04
v1.0.196
ede9762
Compare
Choose a tag to compare
  • Improve formatting of "invalid type" error messages involving floats (#2682)

v1.0.195

06 Jan 02:34
v1.0.195
03eec42
Compare
Choose a tag to compare
  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)

v1.0.194

02 Jan 07:08
v1.0.194
d2d977a
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.193

21 Nov 01:37
v1.0.193
44613c7
Compare
Choose a tag to compare

v1.0.192

07 Nov 02:50
v1.0.192
4676abd
Compare
Choose a tag to compare

v1.0.191

06 Nov 19:33
v1.0.191
59892e7
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.190

26 Oct 03:07
v1.0.190
edb1a58
Compare
Choose a tag to compare
  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)