You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo returns the following error when trying to install cargo-geiger
cargo install cargo-geiger
Updating crates.io index
Installing cargo-geiger v0.7.1
error: failed to compile cargo-geiger v0.7.1, intermediate artifacts can be found at C:\Users\user\AppData\Local\Temp\cargo-installDsbRuJ
Caused by:
failed to select a version for the requirement structopt = "^0.2.17"
candidate versions found which didn't match: 0.2.16, 0.2.15, 0.2.14, ...
location searched: crates.io index
required by package cargo-geiger v0.7.1
The text was updated successfully, but these errors were encountered:
That's weird to yank something due to semver rules before publishing a version to replace it. The master branch is ready to publish with updated dependencies, will cargo publish when Travis is done.
Cargo returns the following error when trying to install cargo-geiger
The text was updated successfully, but these errors were encountered: