-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationA-sparse-registryArea: http sparse registriesArea: http sparse registriesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`E-easyExperience: EasyExperience: Easy
Description
Problem
With #11215, you can control the protocol crates.io uses by setting registries.crates-io.protocol
with either sparse
or git
or unspecified. The doc are currently missing.
Proposed Solution
Documenting the new behaviour in https://github.com/rust-lang/cargo/blob/master/src/doc/src/reference/unstable.md#sparse-registry. Please take the implementation of #11215 as a reference.
Notes
No response
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationA-sparse-registryArea: http sparse registriesArea: http sparse registriesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`E-easyExperience: EasyExperience: Easy