Skip to content

serde_with v3.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 22:01
· 4 commits to master since this release
v3.12.0
5de3400

Added

  • Add with_suffix! macro, which puts a suffix on every struct field by @fgardt (#381/#797)

Changed

  • Reformat all Cargo.toml files by @nyurik (#803)
  • Better handle internal arithmetic and improve error messages (#809/#810/#811)

Fixed

  • Generated schemas are not valid when using rust style names in ref by @waltronix (#798/#799)