Tracking issue for no-index-update
Summary
Original issue: #3479 Implementation: #4990 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#no-index-update Issues: https://github.com/rust-lang/cargo/labels/Z-no-index-update
Unresolved Issues
- [ ] Will this ever be stabilized? Added for crater, which may be content with unstable.
I just found this feature trying to solve some locking issues when running cargo in parallel, are there any plans to stabilize this?
Basically No. The git index is an implementation detail, and one that may change (cc #8890). The main user (that we know of is) of this is crater and they use a nightly build, so don't need it stabilized.
#10984 brings up the idea of a more automatic skipping of the index check