-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo install errors if same version already installed #6727
Comments
Will be fixed if we go ahead with the proposal in #6667. |
@dwijnand we didn't go with that, @ehuss is there a plan for solving this ? For CI systems it is often useful to use the |
Nice! Thank you! |
Problem
cargo install
is not idempotent on nightly (probably has never been)Steps
errors with:
but the version to install is identical with the version currently installed. This should be a warning instead of a hard error.
The text was updated successfully, but these errors were encountered: