6663f4e78e
This allows cargo check to function correctly without having to first run prepare_build.sh. cg_clif has been using rust-toolchain too for a while now.
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
[toolchain]
|
|
channel = "nightly-2021-12-30"
|
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|