Skip to content

v1.0.177

Compare
Choose a tag to compare
@dtolnay dtolnay released this 27 Jul 17:54
· 256 commits to master since this release
v1.0.177
0676673
  • Add serde(rename_all_fields = "...") attribute to apply a rename_all on every struct variant of an enum (#1695, thanks @jplatte)
  • Improve diagnostics for attribute parse errors (#2536, thanks @jplatte)