cargo-latest

Crates.iocargo-latest
lib.rscargo-latest
version0.1.0
sourcesrc
created_at2021-04-18 05:11:41.473007
updated_at2021-04-18 05:11:41.473007
descriptionA cargo subcommand for getting the latest versions of your packages
homepage
repositoryhttps://github.com/mfdorst/cargo-latest
max_upload_size
id386013
size30,835
Michael Dorst (mfdorst)

documentation

README

cargo-latest

A cargo subcommand for getting the latest versions of your packages.

Demo

$ 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.

Install

$ cargo install cargo-latest
Commit count: 6

cargo fmt