From 2aefb73a364cafd992e3b6c27375ec904234784f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 9 Jan 2026 11:50:35 +0100 Subject: [PATCH] start using stable toolchain --- zynq/.cargo/config.toml | 4 ---- zynq/rust-toolchain.toml | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 zynq/rust-toolchain.toml diff --git a/zynq/.cargo/config.toml b/zynq/.cargo/config.toml index 2a4d3aa..5954cf5 100644 --- a/zynq/.cargo/config.toml +++ b/zynq/.cargo/config.toml @@ -12,9 +12,5 @@ rustflags = [ # "-Clink-args=-Map=app.map" ] -# Tier 3 target, so no pre-compiled artifacts included. -[unstable] -build-std = ["core", "alloc"] - [build] target = "armv7a-none-eabihf" diff --git a/zynq/rust-toolchain.toml b/zynq/rust-toolchain.toml deleted file mode 100644 index 5d56faf..0000000 --- a/zynq/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly" -- 2.43.0