Skip to content

Commit

Permalink
Add rust-toolchain.toml
Browse files Browse the repository at this point in the history
This helps to make sure we have the right toolchain installed.

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 14, 2024
1 parent 7aa4439 commit ec0642b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
targets = ["thumbv6m-none-eabi"]
components = ["clippy", "rustfmt"]

0 comments on commit ec0642b

Please sign in to comment.