2022-07-25 11:47:07 +08:00
|
|
|
[toolchain]
|
|
|
|
profile = "minimal"
|
2022-10-20 11:47:37 +08:00
|
|
|
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
|
2023-10-10 21:50:45 +08:00
|
|
|
channel = "nightly-2023-10-09"
|
2022-07-25 11:47:07 +08:00
|
|
|
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
|