fixed properly

This commit is contained in:
Priec
2025-10-21 11:28:07 +02:00
parent 4f486eaead
commit a3344efcde
4 changed files with 38 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
# rust-toolchain.toml
[toolchain]
channel = "stable"
components = ["rust-src", "rustfmt", "clippy"]
targets = ["thumbv8m.main-none-eabihf"]