This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Release v0.6.0
·
349 commits
to master
since this release
Changed
- [breaking-change] the
entry!
,pre_init!
andexception!
macros have been replaced with attributes:#[entry]
,#[pre_init]
and#[exception]
,
respectively. This also changes the toolchain requirement to 1.30-beta or newer.