--------- Co-authored-by: DWCarrot <23579844+DWCarrot@users.noreply.github.com> Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com> Co-authored-by: Midori Kochiya <1381736+kmod-midori@users.noreply.github.com>
14 lines
268 B
TOML
14 lines
268 B
TOML
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
|
|
|
|
[toolchain]
|
|
channel = "nightly"
|
|
# https://rust-lang.github.io/rustup/concepts/components.html
|
|
components = [
|
|
"rustc",
|
|
"cargo",
|
|
"rustfmt",
|
|
"rust-analyzer",
|
|
"clippy"
|
|
]
|
|
profile = "minimal"
|