Rust-for-Arduboy/rust-toolchain.toml

5 lines
167 B
TOML
Raw Normal View History

2023-08-06 18:14:49 +02:00
[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"]