cargo-reinstall

Crates.iocargo-reinstall
lib.rscargo-reinstall
version0.2.0
sourcesrc
created_at2016-02-20 08:54:44.566554
updated_at2016-06-16 15:21:15.182347
descriptionA subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate.
homepage
repositoryhttps://github.com/White-Oak/cargo-reinstall
max_upload_size
id4226
size2,385
Oak (White-Oak)

documentation

README

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.

Commit count: 0

cargo fmt