Skip to content

Draft: Revert "fix: lua state trampolines should be "C-unwind", not "C""

Georgy Moshkin requested to merge 5.1.1 into master

Summary

  • release: 5.1.1

  • Revert "fix: lua state trampolines should be "C-unwind", not "C""

Attempt to fix backwards compatibility issues.

This reverts commit 52bb62ca.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports