chore: Add Raspberry Pi target to toolchain

This commit is contained in:
Arne Dußin 2024-08-22 22:01:00 +02:00
parent 45c3e91560
commit 6202f86265

View file

@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-06-15"
components = ["rust-src", "rust-analyzer"]
targets = ["armv7-unknown-linux-gnueabihf"]