rust-lang / cargo

The Rust package manager
https://doc.rust-lang.org/cargo
Apache License 2.0
12.66k stars 2.41k forks source link

cargo version throws not found error #8753

Closed KarthikNedunchezhiyan closed 4 years ago

KarthikNedunchezhiyan commented 4 years ago

Problem cargo install tarpaulin --version 0.14.3 throws the below error but version found here https://docs.rs/crate/cargo-tarpaulin/0.14.3

error: could not find `tarpaulin` in registry `https://github.com/rust-lang/crates.io-index` with version `=0.14.3`

Notes

Output of cargo version:

cargo 1.43.0 (2cbe9048e 2020-05-03)

ehuss commented 4 years ago

tarpaulin is a different package than cargo-tarpaulin.

KarthikNedunchezhiyan commented 4 years ago

Ahh thanks! my bad 🤣, will close this issue