aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
blob: bbd57bcb2493635d8b3c923558b87d765fd73f87 (plain)
1
2
3
4
[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv7em-none-eabihf" ]