serde 1.0.81
- 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)