mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-23 07:46:16 +00:00
ca2e4e2a9b
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.
4 lines
95 B
TOML
4 lines
95 B
TOML
[toolchain]
|
|
# Anything in the latest stable version of rust is fine to use.
|
|
channel = "stable"
|