From 6202f86265b1e79e1cd4ea799a5a7cb6c4db3034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Thu, 22 Aug 2024 22:01:00 +0200 Subject: [PATCH] chore: Add Raspberry Pi target to toolchain --- rust_toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust_toolchain.toml b/rust_toolchain.toml index b5ae49d..ebe5b01 100644 --- a/rust_toolchain.toml +++ b/rust_toolchain.toml @@ -1,3 +1,4 @@ [toolchain] channel = "nightly-2024-06-15" components = ["rust-src", "rust-analyzer"] +targets = ["armv7-unknown-linux-gnueabihf"]