Skip to content

v1.0.123

Compare
Choose a tag to compare
@dtolnay dtolnay released this 25 Jan 21:46
· 772 commits to master since this release
v1.0.123
3d6c414
  • Support Self keywords in fields of types that derive Deserialize (#1830, thanks @taiki-e)
  • Allow floats to be deserialized from ints in tagged unions (#1842, thanks @Timmmm)
  • Support Self inside fields that use serialize_with (#1970)