Sourced from serde's releases.
v1.0.205
- Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks
@​Mingun
)- Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)
9b868ef
Release 1.0.205c3eaf76
Merge pull request #2791
from dtolnay/flatten32958de
Skip collecting unmatched fields in variants that do not use
flattend64a97b
Ignore confusable_idents warning in testc3df337
Add test of flatten in enum8764353
Enable collection_is_never_read nursury lint in teste08c5de
Merge pull request #2785
from Mingun/serialize_entry-in-flatten-newtype-variantbc5af50
Use serialize_entry instead of serialize_key + serialize_value when
serialize...28a0922
Work around test suite dead code warnings in nightly-2024-07-07