-
Notifications
You must be signed in to change notification settings - Fork 8
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
Labels
implementation
Implementation exploration and tracking issues
Comments
I'm willing to work on this, I have a half-functioning prototype locally. |
Nice! Let me know if you have any questions. |
This was referenced Nov 27, 2021
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`
This should be resolved by rust-lang/cargo#10129. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
cargo fetch
command currently does not know about std dependencies.The text was updated successfully, but these errors were encountered: