aboutsummaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
blob: 9a4c2292dbeab733b31e67ddc6bb2c56f26c50f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[toolchain]
# Be sure to update the 'rust-overlay' module's url in shell.nix to point to a
# commit which supports the required rustc version and also update the version
# in support/crown/rust-toolchain.toml when bumping this!
channel = "1.85.0"

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