github serde-rs/serde v1.0.101

latest releases: v1.0.228, v1.0.227, v1.0.226...
6 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 release

NewReleases is sending notifications on new releases.