Skip to content

serde_with_macros v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 20:41
· 504 commits to master since this release
macros-v2.0.1
7753240

Changed

  • Warn if serde_as is used on an enum variant.
    Attributes on enum variants were never supported.
    But #[serde(with = "...")] can be added on variants, such that some confusion can occur when migration (#499).