·
3 commits
to main
since this release
Fixed
- PR#94 resolved a case of UB, resolving #93. Thanks @Chain-Fox!
- PR#96 resolved #92 by avoid creating a copy of the crash context on the stack, which on
aarch64-linuxwould result in a stack overflow in the signal handler.
Added
- PR#96 added testing of
aarch64-linuxto CI.
Changed
- PR#95 updated crates, and changed the edition to 2024.