Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
888 days ago
As this package clearly demonstrates, it's a broken design.
1 comments
charcircuit
888 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.
link
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