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

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