Closed ds-cbo closed 1 year ago
I would classify cargo-upgrade as in maintenance mode as the focus of development is on merging it into cargo (rust-lang/cargo#12425). I believe some of the more peripheral parts of that work were released in 1.74 but I haven't gotten to the main part (yet).
Cargo's third-party plugin system requires it to work that way. There are workarounds but the use case seems small enough and the focus is on upstreaming, that I'm going to close this. If there is a reason to re-evaluate, let us know!
cargo-upgrade
behaves very different fromcargo upgrade
:I think it would make sense to treat
cargo-upgrade
the same ascargo upgrade
. Something likecargo-upgrade upgrade
feels weird