Skip to content

serde 1.0.52

  • 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)