blob: 97ac30608ba89ab3fd0575bb5a649b498261f0c3 [file] [log] [blame] [edit]
[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.89.0"
components = [
"clippy",
# For support/crown
"llvm-tools",
# For support/crown
"rustc-dev",
"rustfmt",
"rustc-dev",
# For rust-analyzer
"rust-src",
]