Skip to content

serde 1.0.19

  • Allow borrow attribute on newtype variants (#929)
  • Fix bounds for macro named the same as a type parameter (#1081)
  • Add an API for making tests for readable/compact representations (#1084, thanks @Marwes)
  • Allow internally tagged newtype variant containing unit struct (#1085)