Skip to content

v1.0.181

Compare
Choose a tag to compare
@dtolnay dtolnay released this 04 Aug 00:02
· 187 commits to master since this release
v1.0.181
57dc0ee
  • Make serde(alias) work in combination with flatten when using in-place deserialization (#2443, thanks @Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#2505, #2496, thanks @Baptistemontan)