Y
Hacker News
new
|
ask
|
show
|
jobs
by
charcircuit
887 days ago
The way unpublishing works is broken. It would be better if unpublish would just hide the version. Then it would not matter if someone unpublished something with dependencies.
1 comments
LelouBil
887 days ago
That's how crates.io does it with yanked releases.
It's removed from the index, and cargo will only download it using a pre-existing lock file
link
It's removed from the index, and cargo will only download it using a pre-existing lock file