Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 253 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 253 Bytes

0.3.0

  • update to syn v2.0, bumping minimum rustc version to 1.56.0
  • add feature list and attribute order note to documentation

0.2.0

  • add ability to generate impl From<Original> for Opt thanks to Han Yang