Y
Hacker News
new
|
ask
|
show
|
jobs
by
cyberpunk
53 days ago
And they’re immutable, forever? No one can pull a leftpad?
1 comments
cdirkx
53 days ago
Yes, they are immutable. It's only possible to "yank" a specific version, which will prevent new dependencies, but it will still be available for download for existing dependencies.
https://doc.rust-lang.org/cargo/commands/cargo-yank.html
link
dwattttt
53 days ago
To elaborate on "prevent new dependencies", dependency resolution will never choose a yanked version. However the yanked version remains hosted.
link
https://doc.rust-lang.org/cargo/commands/cargo-yank.html