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

Release v0.6.11

Compare
Choose a tag to compare
@jonathanpallant jonathanpallant released this 25 Nov 09:51
· 173 commits to master since this release
5b4ece5

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).