Skip to content

v1.0.101

Compare
Choose a tag to compare
@dtolnay dtolnay released this 16 Sep 07:41
· 1060 commits to master since this release
v1.0.101
4aba6fa
  • Report errors on malformed serde attributes, like #[serde(rename =)] -- the compiler used to reject these itself, but when the compiler relaxed its requirements on attribute syntax these malformed attributes began silently being ignored by serde_derive

  • Eliminate unused variable warning when using skip_serializing inside a tuple variant of an adjacently tagged enum (#1617, thanks @arilotter)

  • Support skip attribute inside of newtype variants (#1622, thanks @Xaeroxe)