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

Always resolve package_id from metadata when finding bootloader and partition table #632

Merged

Commits on May 6, 2024

  1. Always resolve package_id from metadata when finding bootloader and p…

    …artition table
    
    The package ID format was officially documented as an opaque identifier
    and the only thing we were allowed to do with them is look them up in
    the cargo metadata.  Rust 1.77 switched the package ID field to use the
    publicly documented "Package ID Specification" format instead, which
    means that the old logic no longer works.
    
    Signed-off-by: Johannes Löthberg <[email protected]>
    kyrias committed May 6, 2024
    Configuration menu
    Copy the full SHA
    612fdab View commit details
    Browse the repository at this point in the history