Yanking a crate better than deleting it
Rust Internals [Unofficial]
April 15, 2026
Those solutions seem to revolve around the same idea:
- In one case, crates are versioned by
generation.major.minor.patchwheregenerationis implicit inCargo.tomland explicit inCargo.lock. - In the other case, crates are versioned by
major.minor.patchandmajoracts as an approximation ofgeneration. During crate deletion, the next generation is the next major version.
Discussion in the ATmosphere