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

components = [
    # For support/crown
    "llvm-tools",
    # For support/crown
    "rustc-dev",
    # For rust-analyzer
    "rust-src",
]