Sourced from serde's releases.
v1.0.171
- Support
derive(Deserialize)on unit structs that have const generics (https://github.com/facebook/flipper/issues/2500, thanks@Baptistemontan)v1.0.170
- Produce error message on suffixed string literals inside serde attributes (https://github.com/facebook/flipper/issues/2242)
- Support single identifier as unbraced default value for const generic parameter (https://github.com/facebook/flipper/issues/2449)
v1.0.169
- Add Deserializer::deserialize_identifier support for adjacently tagged enums (https://github.com/facebook/flipper/issues/2475, thanks
@Baptistemontan)- Fix unused_braces lint in generated Deserialize impl that uses braced const generic expressions (https://github.com/facebook/flipper/issues/2414)
v1.0.168
- Allow
serde::de::IgnoredAnyto be the type for aserde(flatten)field (https://github.com/facebook/flipper/issues/2436, thanks@Mingun)- Allow larger preallocated capacity for smaller elements (https://github.com/facebook/flipper/issues/2494)
v1.0.167
- Add serialize and deserialize impls for
RangeFromandRangeTo(https://github.com/facebook/flipper/issues/2471, thanks@tbu-)v1.0.166
- Add
no-alloccategory to crates.io metadatav1.0.165
- Fix incorrect count of fields passed to tuple deserialization methods when using
serde(skip_deserializing)attributes (https://github.com/facebook/flipper/issues/2466, thanks@Mingun)- Fix
-Zminimal-versionsbuild
03da66c Release 1.0.171f75426f Inline visitor_expr of unit struct deserialize impl662fc38 Add test of const-generic unit struct where-clause edge case28c1002 Merge pull request https://github.com/facebook/flipper/issues/2500 from Baptistemontan/derive_generic_unit_struct89c8d85 allow Deserialize derive to handle generic unit structs6502838 Release 1.0.170c93a0f3 Merge pull request https://github.com/facebook/flipper/issues/2499 from dtolnay/strsuffix8264e00 Reject suffixed string literals inside serde attrs117ef22 Add ui test with suffixed string literals in attribute3fb5e71 Release 1.0.169