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

uefi-macros: Change uefi dev-dependency from version to path #998

Merged
merged 1 commit into from
Nov 12, 2023

Commits on Nov 12, 2023

  1. uefi-macros: Change uefi dev-dependency from version to path

    Using a path avoids having to update the `uefi-macros` dep on `uefi` after
    releasing a new version of `uefi`, slightly simplifying our release process.
    
    Prior to cargo 1.40 there was no choice but to have a version on
    dev-dependencies. That changed with
    rust-lang/cargo#7333, and now you can publish a crate
    with a path-only dev dependency.
    nicholasbishop committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d6edea5 View commit details
    Browse the repository at this point in the history