Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nightly features #11

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Use nightly features #11

wants to merge 4 commits into from

Commits on Jun 2, 2021

  1. Add no_std support

    madsmtm committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    458ed98 View commit details
    Browse the repository at this point in the history
  2. Bump edition to 2018

    madsmtm committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fcfe0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f34a9 View commit details
    Browse the repository at this point in the history
  4. Remove extra build stage by handling unwinds in try directly in Rust

    Uses the same implementation as `std::panic::catch_unwind`, with small modifications to extract the exception object from Objective-C.
    madsmtm committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a351a8a View commit details
    Browse the repository at this point in the history