Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Release v0.6.0

Compare
Choose a tag to compare
@jonathanpallant jonathanpallant released this 25 Nov 09:56
· 349 commits to master since this release

Changed

  • [breaking-change] the entry!, pre_init! and exception! macros have been replaced with attributes: #[entry], #[pre_init] and #[exception],
    respectively. This also changes the toolchain requirement to 1.30-beta or newer.