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 #11753 - arlosi:sparse-warn-space, r=weihanglo
Fix typo in sparse-registry warning message
Fixes#11752
Message now shows as:
```
warning: flag `-Z sparse-registry` has been stabilized in the 1.68 release, and is no longer necessary
This flag currently still sets the default protocol to `sparse` when accessing crates.io. However, this will be removed in the future.
The stable equivalent is to set the config value `registries.crates-io.protocol = 'sparse'`
or environment variable `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse`
```
0 commit comments