roc/rust-toolchain.toml
2022-07-27 14:35:39 +02:00

8 lines
255 B
TOML

[toolchain]
channel = "1.61.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"
]
targets = [ "x86_64-unknown-linux-gnu" ]