Skip to content

v1.0.52

Compare
Choose a tag to compare
@dtolnay dtolnay released this 09 May 20:05
· 1531 commits to master since this release
v1.0.52
f9c6f0a
  • Allow overriding inferred bounds at the variant level using a bound attribute (#1149)
  • Respect skip_serializing attribute in tuple structs and variants (#1048)
  • Account for skip_serializing_if in computing tuple struct lengths (#1049)
  • Improve error for struct deserialized from array that is too short (#981)
  • Accept implicitly borrowed data inside of an Option field (#1029)