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/>
|
2024-01-20 21:50:24 +08:00
|
|
|
channel = "nightly-2024-01-18"
|
2022-07-25 11:47:07 +08:00
|
|
|
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
|