cargo serde_derive 1.0.101

latest releases: 1.0.144, 1.0.143, 1.0.142...
5 years ago
  • 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)

Don't miss a new serde_derive release

NewReleases is sending notifications on new releases.