Serde Versions Save

Serialization framework for Rust

v1.0.201

1 week ago
  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

2 weeks ago
  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @jamessan)

v1.0.199

3 weeks ago
  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @aatifsyed)

v1.0.198

1 month ago
  • Support serializing and deserializing Saturating<T> (#2709, thanks @jbethune)

v1.0.197

2 months ago
  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @nyurik)

v1.0.196

3 months ago
  • Improve formatting of "invalid type" error messages involving floats (#2682)

v1.0.195

4 months ago
  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)

v1.0.194

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

v1.0.193

5 months ago
  • Fix field names used for the deserialization of RangeFrom and RangeTo (#2653, #2654, #2655, thanks @emilbonnek)

v1.0.192

6 months ago
  • Allow internal tag field in untagged variant (#2646, thanks @robsdedude)