Crates.io | cargo-cratesup |
lib.rs | cargo-cratesup |
version | 0.1.1 |
source | src |
created_at | 2024-10-25 14:24:08.467621 |
updated_at | 2024-10-29 00:19:19.033103 |
description | A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date. |
homepage | |
repository | https://github.com/alimehasin/cargo-cratesup |
max_upload_size | |
id | 1422587 |
size | 50,888 |
A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date.
https://github.com/user-attachments/assets/c25f448d-e0b3-4836-a714-6260c1dd6588
cargo install cargo-cratesup
Once installed, you can use Cratesup with the following commands:
cargo cratesup
This command will display a list of available updates for your dependencies without modifying your Cargo.toml file.
cargo cratesup -u
Add the --update
flag or -u
to automatically update your Cargo.toml file with the latest available versions.
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.