| Crates.io | cargo-reinstall |
| lib.rs | cargo-reinstall |
| version | 0.2.0 |
| created_at | 2016-02-20 08:54:44.566554+00 |
| updated_at | 2016-06-16 15:21:15.182347+00 |
| description | A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate. |
| homepage | |
| repository | https://github.com/White-Oak/cargo-reinstall |
| max_upload_size | |
| id | 4226 |
| size | 2,385 |
A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate.
cargo install cargo-reinstall
cargo reinstall <crate-name>
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.