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 #11224 - arlosi:sparse-stable, r=Eh2406
Stabilize sparse-registry
### What does this PR try to resolve?
Stabilize `sparse-registry`
* Does not change the default protocol for accessing crates.io
### How should we test and review this PR?
Set environment variable `REGISTRIES_CRATES_IO_PROTOCOL=sparse` or set in `config.toml`:
```
[registries.crates-io]
protocol = 'sparse'
```
cc #9069
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ Each new feature described below should explain how to use it.
98
98
* Registries
99
99
*[credential-process](#credential-process) — Adds support for fetching registry tokens from an external authentication program.
100
100
*[`cargo logout`](#cargo-logout) — Adds the `logout` command to remove the currently saved registry token.
101
-
*[sparse-registry](#sparse-registry) — Adds support for fetching from static-file HTTP registries (`sparse+`)
102
101
*[publish-timeout](#publish-timeout) — Controls the timeout between uploading the crate and being available in the index
103
102
*[registry-auth](#registry-auth) — Adds support for authenticated registries, and generate registry authentication tokens using asymmetric cryptography.
0 commit comments