cargo serde 0.7.6

latest releases: 1.0.200, 1.0.199, 1.0.198...
7 years ago
  • Enables use in no_std environments, controlled by the following feature flags (#316)
    • alloc (implies nightly)
    • collections (implies alloc and nightly)
    • std (default)
  • Fixes a number of bugs around (de)serialize_with in newtype structs, tuple structs, newtype variants, and tuple variants (#335)
  • Serializes double-references to generic types correctly (#337)
  • Fixes some compiler warnings that snuck into 0.7.5 (#322)

Don't miss a new serde release

NewReleases is sending notifications on new releases.