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

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