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
have several versions of a single package published (e.g. version 0.1.0, 0.1.1 and 0.1.2)
yank the last version with cargo yank (i.e. run cargo yank --vers 0.1.2)
Expected behavior:
Only version 0.1.2 is yanked, the crate's page on crates.io have all other versions accessible (0.1.0 and 0.1.1 in this example, 0.1.1 being the default and latest available version)
Actual behavior:
Whole crate is marked as yanked with a message on crate's page that the crate was removed from repository and only available for already published packages as a dependency.
The text was updated successfully, but these errors were encountered:
I believe this is a dupe of #76, but thanks for the report! If you let me know which crate was affected by this I can fix it up manually in the meantime.
It was mpd, but I already republished it under another version, so it's OK now.
Thank you for pointing me to the existing issue. I searched for it, but I couldn't find it for some reason.
Steps to reproduce:
cargo yank
(i.e. runcargo yank --vers 0.1.2
)Expected behavior:
Only version 0.1.2 is yanked, the crate's page on crates.io have all other versions accessible (0.1.0 and 0.1.1 in this example, 0.1.1 being the default and latest available version)
Actual behavior:
Whole crate is marked as yanked with a message on crate's page that the crate was removed from repository and only available for already published packages as a dependency.
The text was updated successfully, but these errors were encountered: