2024-11-14 20:14:38 +01:00
|
|
|
[toolchain]
|
|
|
|
# We use nightly in development only, the project will always be compliant with
|
|
|
|
# the latest stable release and the MSRV as defined in `Cargo.toml` file.
|
2024-11-14 13:25:27 +01:00
|
|
|
channel = "nightly-2024-11-01"
|
2024-11-14 20:14:38 +01:00
|
|
|
components = [
|
|
|
|
"rustc",
|
|
|
|
"cargo",
|
|
|
|
"rust-std",
|
|
|
|
"rust-src",
|
|
|
|
"rustfmt",
|
|
|
|
"rust-analyzer",
|
|
|
|
"clippy",
|
|
|
|
]
|