|
|
|
|
|
by magicalist
823 days ago
|
|
On crates.io you can't unpublish a crate, you can only yank[1], which marks a package version as unusable as a new dependency. Existing dependencies on it will continue to work though, and it's still publicly available. "This hole caused the entire building to collapse" is really overstating things since a package depending on all versions of all packages in npm results in the same behavior, which lots of people believe should be how npm should be treating publishing anyways. The people who were mad were the tiny number of people who expected unpublishing to work, tried to unpublish during that week or two and found it unavailable. [1] https://doc.rust-lang.org/cargo/commands/cargo-yank.html |
|