roc/rust-toolchain.toml

8 lines
255 B
TOML
Raw Normal View History

2022-03-07 13:32:38 +03:00
[toolchain]
2022-07-02 18:15:48 +03:00
channel = "1.61.0" # make sure to update the rust version in Earthfile as well
2022-03-07 16:23:01 +03:00
profile = "default"
components = [
# for usages of rust-analyzer or similar tools inside `nix develop`
"rust-src"
]
2022-07-27 15:35:39 +03:00
targets = [ "x86_64-unknown-linux-gnu" ]