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

fix(metadata): Stabilize id format as PackageIDSpec #12914

Merged
merged 2 commits into from
Jan 15, 2024

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    594c96a View commit details
    Browse the repository at this point in the history
  2. docs(metadata): Stabilize id format as PackageIDSpec

    This makes it so you can take a package from `cargo metadata` and
    then pass it with the `--package` option without worrying about
    ambiguity.
    
    Fixes rust-lang#7267
    epage committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    63bb70d View commit details
    Browse the repository at this point in the history