cargo-reinstall

Build Status A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate.

Installation

cargo install cargo-reinstall

Usage

cargo reinstall <crate-name>

Notes

If a crate is not installed, this subcommand will try to install it.