You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #4396 - Turbo87:index-crate, r=Turbo87
Extract `cargo-registry-index` package
This PR extracts our code to deal with the package index into a dedicated `cargo-registry-index` crate. This should make it faster to recompile just this part of the code and run the corresponding tests. It also ensures a somewhat clean boundary between the different code areas.
0 commit comments