mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-02-22 13:56:12 +00:00
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"
|