Skip to content

v1.0.51

Compare
Choose a tag to compare
@dtolnay dtolnay released this 08 May 17:11
· 1537 commits to master since this release
v1.0.51
b4076f4
  • Fix the Deserialize implementation generated for an adjacently tagged enum with zero variants (#785)
  • Improve error message when deriving Deserialize for a type that already has a 'de lifetime (#893)
  • Add a #[serde(skip)] variant attribute to combine the skip_serializing and skip_deserializing variant attributes that already existed
  • Respect variant skip attributes when inferring type parameter bounds (#892)