Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set explicit required components for rustup. (pantsbuild#11420)
### Problem The default components installed for a `rustup` toolchain are not guaranteed to include `cargo`, `clippy`, etc. ### Solution Expand our `rust-toolchain` file to explicitly list the components that we need. We do not pin `rustup` for now, as it generally changes backwards-compatibly. We can revisit that in the future if it continues to change in breaking ways. [ci skip-build-wheels]
- Loading branch information