We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/crates/<name> (without a version number) should show the latest version of the crate that is not yanked (if any).
/crates/<name>
For example:
url
cargo yank --vers 0.3.0
Now https://crates.io/crates/url shows 0.3.0 with "This crate has been yanked". It should show 0.2.28 instead.
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #76, so closing in favor of that.
Sorry, something went wrong.
Ah, I didn't realise that max_version was what I was looking for. Sorry for the duplicate!
max_version
No branches or pull requests
/crates/<name>
(without a version number) should show the latest version of the crate that is not yanked (if any).For example:
url
was 0.2.37cargo yank --vers 0.3.0
Now https://crates.io/crates/url shows 0.3.0 with "This crate has been yanked". It should show 0.2.28 instead.
The text was updated successfully, but these errors were encountered: