0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-11-23 07:46:16 +00:00
Pumpkin/rust-toolchain.toml
lukas0008 ca2e4e2a9b 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.
2024-09-06 23:30:15 +02:00

4 lines
95 B
TOML

[toolchain]
# Anything in the latest stable version of rust is fine to use.
channel = "stable"