Sourced from serde's releases.
v1.0.158
- Fix "expected serde crate attribute to be a string" error when using macro_rules metavariable inside of serde attribute:
#[serde(crate = $serde_path)](https://github.com/facebook/flipper/issues/2409)v1.0.157
- Update syn dependency to 2.x
v1.0.156
- Documentation improvements
v1.0.155
- Support
SerializeandDeserializeimpls forcore::ffi::CStrandalloc::ffi::CStringwithout "std" feature (https://github.com/facebook/flipper/issues/2374, thanks@safarir)v1.0.154
- Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both
flattenand'staticfields (https://github.com/facebook/flipper/issues/2383, thanks@Mingun)v1.0.153
- Support
serde(alias = "…")attribute used inside of flattened struct (https://github.com/facebook/flipper/issues/2387, thanks@bebecue)
e305810 Release 1.0.158dc200a6 Reformat comments of non-public serde_derive internals2c0999a Merge pull request https://github.com/facebook/flipper/issues/2410 from serde-rs/attrvaluedd460f8 Check for None-delimited group in attribute valuec3d637f Add regression test for issue 2409479a00a Release 1.0.157c42e7c8 Reflect serde_derive required compiler in build script and rust-version metadata5b8e065 Ignore single_match_else pedantic clippy lint in serde_derive_internals9fc0d13 Merge pull request https://github.com/facebook/flipper/issues/2406 from dtolnay/nestedmetabc22641 Rewrite attribute parser using parse_nested_meta