Skip to content

v1.0.109

Compare
Choose a tag to compare
@dtolnay dtolnay released this 10 May 04:04
· 956 commits to master since this release
v1.0.109
b97a183
  • Allow adjacently tagged newtype variants containing Option to omit the content field when deserializing (#1553, #1706, thanks @zth0)
  • Avoid panicking when a SystemTime older than UNIX_EPOCH is serialized (#1702, thanks @hjiayz)