serde_with_macros v2.0.1
github-actions
released this
09 Sep 20:41
·
504 commits
to master
since this release
Changed
- Warn if
serde_as
is used on an enum variant.
Attributes on enum variants were never supported.
But#[serde(with = "...")]
can be added on variants, such that some confusion can occur when migration (#499).