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

Make bootloader v0.10 compatible with latest Rust nightlies by updating uefi-rs dependency #170

Merged
merged 6 commits into from
May 21, 2021

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    cf31a6d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Update uefi crate to v0.11.0

    phil-opp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2394b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561eaf9 View commit details
    Browse the repository at this point in the history
  3. Add --gc-sections linker argument again

    It was previously added automatically by Rust. See #167 for more info.
    phil-opp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b823d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f0624d View commit details
    Browse the repository at this point in the history
  5. Update changelog

    phil-opp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2c956dc View commit details
    Browse the repository at this point in the history