#cargo #subcommand #update #upgrade #reinstall

app cargo-reinstall

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

2 unstable releases

Uses old Rust 2015

0.2.0 Jun 16, 2016
0.1.0 Feb 20, 2016

#683 in Cargo plugins

Apache-2.0

3KB

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.

May be replaced with cargo install --reinstall <crate-name> due to https://github.com/rust-lang/cargo/issues/2082.

No runtime deps