roc/rust-toolchain.toml
2022-05-31 11:26:47 -05:00

8 lines
215 B
TOML

[toolchain]
channel = "1.60.0" # make sure to update the rust version in Earthfile as well
profile = "default"
components = [
# for usages of rust-analyzer or similar tools inside `nix develop`
"rust-src"
]