Skip to content

v0.2.3

Compare
Choose a tag to compare
@t-moe t-moe released this 26 Jan 14:39
· 19 commits to master since this release

Added

  • Show improved diagnostic when no executor feature is enabled on the embassy-executor crate.
  • Calculate the test list buffer size at compile time to avoid a too small buffer.

Fixed

  • Macro produced invalid rust code when there was no #[init] function present.