Skip to content

serde_with v3.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 20:42
· 135 commits to master since this release
v3.5.1
88e9879

Fixed

  • The serde_as macro now better detects existing schemars attributes on fields and incorporates them by @swlynch99 (#682)
    This avoids errors on existing #[schemars(with = ...)] annotations.