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"]