Added toolchain file to make sure the correct toolchain gets selected for the project
This commit is contained in:
parent
f314387b8a
commit
c1987e34c2
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly"
|
||||||
|
targets = ["thumbv6m-none-eabi"]
|
Loading…
Reference in New Issue
Block a user