This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Release v0.6.11
·
173 commits
to master
since this release
Changed
- Macros now generate a second trampoline function instead of randomizing the function's symbol name. This makes the build deterministic.
- [breaking-change]
static mut
resources no longer have'static
lifetime except in the#[entry]
function (this is a soundness fix; see #212).