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

Stop using cargo-ensure-installed #10400

Merged
merged 1 commit into from Jul 21, 2020

Conversation

illicitonion
Copy link
Contributor

As of rust 1.45.0, cargo will no-op if you try to re-install a package
you already have installed, if you request an exact version match, so
cargo-ensure-installed is no longer necessary.

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@coveralls
Copy link

coveralls commented Jul 20, 2020

Coverage Status

Coverage remained the same at 0.0% when pulling 4f01b46 on illicitonion:rust-1.45.0 into 26c73d8 on pantsbuild:master.

As of rust 1.45.0, cargo will no-op if you try to re-install a package
you already have installed, if you request an exact version match, so
cargo-ensure-installed is no longer necessary.
@illicitonion illicitonion merged commit bfd28e9 into pantsbuild:master Jul 21, 2020
@illicitonion illicitonion deleted the rust-1.45.0 branch July 21, 2020 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants