roc/rust-toolchain.toml
2022-11-09 19:35:09 +01:00

11 lines
466 B
TOML

[toolchain]
channel = "1.64.0" # when changing this, update the date below with the last nightly with matching version using the link below
# https://github.com/oxalica/rust-overlay/tree/master/manifests/nightly/2022
# channel = "nightly-2022-08-06" # 1.64 nightly to be able to use unstable features
profile = "default"
components = [
# for usages of rust-analyzer or similar tools inside `nix develop`
"rust-src"
]
targets = [ "x86_64-unknown-linux-gnu" ]