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

integrate cargo-update #9232

Closed
scrabble-auction opened this issue Mar 2, 2021 · 1 comment
Closed

integrate cargo-update #9232

scrabble-auction opened this issue Mar 2, 2021 · 1 comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install

Comments

@scrabble-auction
Copy link

Describe the problem you are trying to solve
cargo does not have an easy way to see what bins can or should be updated. using https://github.com/nabijaczleweli/cargo-update is required for this

Describe the solution you'd like
cargo-update behavior built into cargo official in some way

Notes

the --force option does update stuff, but only if you know it needs to update. no easy way to check this other than hope or looking up each bin on lib.rs or crates.io --force is also one at a time vs all like cargo-update

@scrabble-auction scrabble-auction added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Mar 2, 2021
@weihanglo
Copy link
Member

Thanks for the report. Going to close this in favor of #9527. I think the approach is more or less the same — integrate some parts of https://crates.io/crates/cargo-update into cargo.

@weihanglo weihanglo closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install
Projects
None yet
Development

No branches or pull requests

3 participants