Skip to content
New issue

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

Support cargo fetch #22

Closed
ehuss opened this issue Sep 6, 2019 · 3 comments · Fixed by rust-lang/cargo#10129
Closed

Support cargo fetch #22

ehuss opened this issue Sep 6, 2019 · 3 comments · Fixed by rust-lang/cargo#10129
Labels
implementation Implementation exploration and tracking issues

Comments

@ehuss
Copy link
Contributor

ehuss commented Sep 6, 2019

The cargo fetch command currently does not know about std dependencies.

@jyn514
Copy link
Member

jyn514 commented Nov 27, 2021

I'm willing to work on this, I have a half-functioning prototype locally.

@ehuss
Copy link
Contributor Author

ehuss commented Nov 27, 2021

Nice! Let me know if you have any questions.

bors added a commit to rust-lang/cargo that referenced this issue May 4, 2022
Add support for `-Zbuild-std` to `cargo fetch`

This allows downloading the dependencies for libstd in advance, which
can be useful in e.g. sandboxed build environments.

Fixes rust-lang/wg-cargo-std-aware#22.

r? `@ehuss`
@ehuss
Copy link
Contributor Author

ehuss commented May 23, 2022

This should be resolved by rust-lang/cargo#10129.

@ehuss ehuss closed this as completed May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Implementation exploration and tracking issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants