| Crates.io | cargo-upgrade-command |
| lib.rs | cargo-upgrade-command |
| version | 0.3.0 |
| created_at | 2023-02-25 11:30:46.701264+00 |
| updated_at | 2023-03-05 16:49:34.908862+00 |
| description | Tiny cli utility to update all globally installed cargo crates |
| homepage | https://github.com/Araxeus/cargo-upgrade |
| repository | https://github.com/Araxeus/cargo-upgrade |
| max_upload_size | |
| id | 794289 |
| size | 617,574 |
This tool is designed to help you upgrade your globally installed cargo binaries to the latest version.
cargo install cargo-upgrade-command
cargo upgradeThis command will upgrade all of your globally installed cargo binaries to the latest version.

cargo upgrade --outdatedThis command will show you if any of your globally installed cargo binaries are out of date.
alias: cargo upgrade -o or cargo upgrade o or cargo upgrade list

To get outdated binaries, it will parse cargo install --list and then compare the version of each crate with the version in cargo search <crate> --limit=1.
Then if upgrading, it will run cargo install --locked <crate>.