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
The latest matching release from crates.io is selected by check-release even if it has been yanked, which results in error: failed to select a version for the requirement (...).
How to reproduce
Clone cargo-semver-checks.
Change version in Cargo.toml to 0.4.5.
Run cargo run semver-checks check-release.
The text was updated successfully, but these errors were encountered:
The latest matching release from crates.io is selected by
check-release
even if it has been yanked, which results inerror: failed to select a version for the requirement (...)
.How to reproduce
cargo-semver-checks
.Cargo.toml
to0.4.5
.cargo run semver-checks check-release
.The text was updated successfully, but these errors were encountered: