Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 16:51
· 138 commits to master since this release
  • Better support for constexpr. (#756)
  • constexpr is now enabled by default in C++ mode. You can use const.allow_constexpr=false to revert to previous behavior. (#756)
  • Minimum syn version no longer parses old rust code. (#754)