cargo-update 0.1.0

A cargo subcommand for checking and applying updates to installed executables
Documentation

cargo-update TravisCI build status AppVeyorCI build status Licence Crates.io version

A cargo subcommand for checking and applying updates to installed executables

Documentation

Manpage

Usage

cargo install-update -a - check for newer versions and update all installed packages.

cargo install-update crate1 crate2 crate3 - check for newer versions and update selected packages, will not install new packages.

For more information and examples see the manpage.