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

Add crate versions when running cargo -p commands. #3781

Merged
merged 1 commit into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. Add crate versions when running cargo -p commands.

    Until now cargo commands with the -p flag would pass the package name only.
    It doesn't play super well with the toml Renaming dependencies feature.
    This commit specifies the package name and version when a cargo command is run with the -p flag,
    to avoid ambiguities.
    o0Ignition0o committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    331d1db View commit details
    Browse the repository at this point in the history