Skip to content

serde_with v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 22:03
· 136 commits to master since this release
v3.6.0
1be8fa3

Added

  • Add IfIsHumanReadable for conditional implementation by @irriden (#690)
    Used to specify different transformations for text-based and binary formats.
  • Add more JsonSchemaAs impls for all Duration* and Timestamp* adaptors by @swlynch99 (#685)

Changed

  • Bump MSRV to 1.65, since that is required for the regex dependency.