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