Added toolchain file to make sure the correct toolchain gets selected for the project

This commit is contained in:
Dreaded_X 2023-07-05 16:24:36 +02:00
parent f314387b8a
commit c1987e34c2
Signed by: Dreaded_X
GPG Key ID: 96C9F2B15F72C54B

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
targets = ["thumbv6m-none-eabi"]