Breaking Changes
- Rework dependencies
- Set MSRV to
1.68
Changes
- Replace
cortex_m::interrupt::free
withcritical_section::with
to make it compatible with e.g. nrf BLE Soft Devices - Fix default target for docs
1.68
cortex_m::interrupt::free
with critical_section::with
to make it compatible with e.g. nrf BLE Soft Devices