Rust-for-Arduboy/rust-toolchain.toml
2023-08-06 18:14:49 +02:00

4 lines
167 B
TOML

[toolchain]
# We need to pin to this old Rust version due to an LLVM bug: https://github.com/rust-lang/rust/issues/82104
channel = "nightly"
components = ["rust-src"]