We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(This is briefly mentioned in #201, but is a separate issue and demands a deeper solution than the --registry flag suggested therein.)
--registry
If the user has a source replacement configured in $HOME/.cargo/config, commands that query the registry must use that instead of hitting crates.io.
$HOME/.cargo/config
crates.io
Example configuration:
[source.crates-io] replace-with = "mirror" [source.mirror] local-registry = "/path/to/registry"
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered:
Resolved by #317
related to #311
Sorry, something went wrong.
No branches or pull requests
(This is briefly mentioned in #201, but is a separate issue and demands a deeper solution than the
--registry
flag suggested therein.)If the user has a source replacement configured in
$HOME/.cargo/config
, commands that query the registry must use that instead of hittingcrates.io
.Example configuration:
Expected result:
crates.io
is not queriedActual result:
crates.io
The text was updated successfully, but these errors were encountered: