Crates.io | cargo-latest |
lib.rs | cargo-latest |
version | 0.1.0 |
source | src |
created_at | 2021-04-18 05:11:41.473007 |
updated_at | 2021-04-18 05:11:41.473007 |
description | A cargo subcommand for getting the latest versions of your packages |
homepage | |
repository | https://github.com/mfdorst/cargo-latest |
max_upload_size | |
id | 386013 |
size | 30,835 |
A cargo subcommand for getting the latest versions of your packages.
$ cargo latest rand serde anyhow
rand = "0.8.3"
serde = "1.0.125"
anyhow = "1.0.40"
You can paste the output directly into the [dependencies]
section of your Cargo.toml
.
$ cargo install cargo-latest