Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove targets from rust-toolchain.toml
Toolchains in the rust-toolchain.toml file do not actually enforce what toolchains are supported, but specified which toolchains need to be downloaded. This forces each device building the project to download all 4 targets before actually building.
- Loading branch information