nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Use `cargo-binstall` batch mode to upgrade? #199

Closed NobodyXu closed 2 years ago

NobodyXu commented 2 years ago

cargo-binstall can takes in multiple crate name and version in the form of $crate1@$ver1 ... and is more efficient than running cargo-binstall multiple times as it can resolve, download and install binaries in parallel.

nabijaczleweli commented 2 years ago

100% infeasible