All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bump MSRV to 1.58.0
- Removed atomic fences in loop
- Adapted CI to GH actions
- Removed
#[panic_handler]
as it is no longer needed in latest nightly. - Removed unnecessary old attribute to access intrinsics
Now the panic handler is #[inline(never)]
to have a symbol to place
breakpoints on, thanks to @japaric for bringing it to attention.
- Implementation caused code bloat of about 1kB, now fixed
- Changed to the new
panic_handler
- Updated to include
README.md
inCargo.toml
Initial release