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
The dependencies are downloaded right away, without updating the registry
This seems to be a common request (#4783), there's currently --locked, which is still cloning the registry, and --frozen, which refuses any http at all. What I'm looking for is a way in-between, that just downloads the dependencies as specified inside my Cargo.lock. Fetching the registry takes forever on slow networks. :)
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
docker run -it --rm rust:latest
cargo build --release --frozen-registry
Expected behaviour:
The dependencies are downloaded right away, without updating the registry
This seems to be a common request (#4783), there's currently --locked, which is still cloning the registry, and --frozen, which refuses any http at all. What I'm looking for is a way in-between, that just downloads the dependencies as specified inside my Cargo.lock. Fetching the registry takes forever on slow networks. :)
The text was updated successfully, but these errors were encountered: