Skip to content

v0.7.4

Compare
Choose a tag to compare
@dtolnay dtolnay released this 05 Jun 01:54
· 2992 commits to master since this release
v0.7.4
  • Adds skip_deserializing attribute (#265)
  • Adds Deserialize impl for Box<[T]> (#290)
  • Fields with skip_serializing are no longer required to implement the Serialize trait (#260, #285)
  • A bound of std::default::Default is inferred for fields that use the default attribute (#285)
  • Supports codegen for structs that use defaulted generic type params (#295)
  • Supports extern crate serde not in the top-level module (#298)