Closed
Description
Pre-submission checks
- I am not filing a feature request. These should be filed via the feature request form instead.
- I have looked through the open issues for a duplicate report.
zizmor version
1.11.0
Expected behavior
The cargo install
installs the latest version of zizmor.
Actual behavior
The indicatif package is yanked, hence the install fails:
$ cargo install zizmor
Updating crates.io index
Installing zizmor v1.11.0
Updating crates.io index
error: failed to compile `zizmor v1.11.0`, intermediate artifacts can be found at `/tmp/cargo-installlU4L0P`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
failed to select a version for the requirement `indicatif = "^0.17.12"` # <--- this version is yanked
version 0.17.12 is yanked
location searched: crates.io index
required by package `zizmor v1.11.0`
Reproduction steps
- Run
cargo install zizmor
. - See error.