5 lines
167 B
TOML
5 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"]
|