Sourced from serde's releases.
v1.0.164
- Allowed enum variants to be individually marked as untagged (https://github.com/facebook/flipper/issues/2403, thanks
@​dewert99)
107018c Release 1.0.164a398237 Point out serde(untagged) variants which are out of orderb63c65d Merge pull request https://github.com/facebook/flipper/issues/2470 from dtolnay/contentreff60324e Reuse a single ContentRefDeserializer throughout untagged enum deserialization361c23a Simplify enumerate().find(...) -> Iterator::position43b23c7 Format PR 2403 with rustfmt6081497 Resolve semicolon_if_nothing_returned pedantic clippy lint48e5753 Allowed Enum variants to be individually marked as untagged (https://github.com/facebook/flipper/issues/2403)bbba632 Revert "Ui tests with compile_error resolved at call site"e77db40 Ui tests with compile_error resolved at call site