Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #11247 - arlosi:fix-sparse, r=Eh2406
Remove sparse+ prefix for index.crates.io ### What does this PR try to resolve? #11209 changed how sparse registry URLs are stored in a `SourceId` to remove the `sparse+` prefix, however the URL was not updated. Fixes #11246 ### How should we test and review this PR? Run a command that requires sparse registry `cargo -Z sparse-registry update --dry-run` Tests can't really be added for this case, since the `index.crates.io` URL was incorrect, and tests shouldn't access the network. r? `@Eh2406`
- Loading branch information