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
cargo install --frozen with a vendor directory set in .cargo/config is updating the crates-io index while it shouldn't do that.
cargo install --frozen
.cargo/config
This can currently be solved with --offline, but it should not attempt reach out to the internet with --frozen.
--offline
--frozen
Also, --offline doesn't exist before v1.36.0.
The text was updated successfully, but these errors were encountered:
Neither would any change to this behavior... :P
Sorry, something went wrong.
This should be filed on the rust-lang/cargo repository.
Sorry. Created rust-lang/cargo#7584.
No branches or pull requests
cargo install --frozen
with a vendor directory set in.cargo/config
is updating the crates-io index while it shouldn't do that.This can currently be solved with
--offline
, but it should not attempt reach out to the internet with--frozen
.Also,
--offline
doesn't exist before v1.36.0.The text was updated successfully, but these errors were encountered: