Sourced from serde's releases.
v1.0.171
- Support
derive(Deserialize)
on unit structs that have const generics (#2500, thanks@​Baptistemontan
)v1.0.170
- Produce error message on suffixed string literals inside serde attributes (#2242)
- Support single identifier as unbraced default value for const generic parameter (#2449)
v1.0.169
- Add Deserializer::deserialize_identifier support for adjacently tagged enums (#2475, thanks
@​Baptistemontan
)- Fix unused_braces lint in generated Deserialize impl that uses braced const generic expressions (#2414)
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 #2500
from Baptistemontan/derive_generic_unit_struct89c8d85
allow Deserialize derive to handle generic unit structs6502838
Release 1.0.170c93a0f3
Merge pull request #2499
from dtolnay/strsuffix8264e00
Reject suffixed string literals inside serde attrs117ef22
Add ui test with suffixed string literals in attribute3fb5e71
Release 1.0.169