Skip to content

v1.0.81

Compare
Choose a tag to compare
@dtolnay dtolnay released this 08 Dec 02:35
· 1282 commits to master since this release
v1.0.81
e1edb02
  • Better error messages when using an invalid combination of serde attributes (#1424, thanks @hcpl)
  • Support deserializing tagged enums inside of untagged enums in formats that encode tagged enum variants by index, like MessagePack (#1437, thanks @daboross)