Skip to content

serde_with v3.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 17:20
· 7 commits to master since this release
v3.14.0
16ea265

Added

  • Add support for Range, RangeFrom, RangeTo, RangeInclusive (#851)
    RangeToInclusive is currently unsupported by serde.
  • Add schemars implementations for Bound, Range, RangeFrom, RangeTo, RangeInclusive.
  • Added support for schemars v1 under the schemars_1 feature flag