aboutsummaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
blob: 0fe1f853c64d243cdb052250eace5e4823725f7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[toolchain]
# Be sure to update shell.nix and support/crown/rust-toolchain.toml when bumping this!
channel = "1.82.0"

components = [
    "clippy",
    # For support/crown
    "llvm-tools",
    # For support/crown
    "rustc-dev",
    # For docs building
    "rust-docs",
    # For formatting
    "rustfmt",
]
profile = "minimal"