crater
crater copied to clipboard
Allow depending on yanked crates
As more crates in the ecosystem gets yanked, the number of crates Crater can test decreases. Crater regenerates lockfiles on every run, so we need to pass a flag to cargo allowing it to depend on yanked crates.
Blocked on https://github.com/rust-lang/cargo/issues/4225.