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 #11268 - arlosi:fix-sparse-publish, r=ehuss
Fix publishing with a dependency on a sparse registry
### What does this PR try to resolve?
On publishing, the `registry_index` field was being set to the registry URL without the `sparse+` prefix. During the verification build, Cargo would attempt to fetch the registry as a `git` registry. Caused by #11209.
Fixes#11263.
### How should we test and review this PR?
Added a test that fails without the change.
0 commit comments