serde_with v3.6.0
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 allDuration*
andTimestamp*
adaptors by @swlynch99 (#685)
Changed
- Bump MSRV to 1.65, since that is required for the
regex
dependency.