From 8d36fe388240b02ae5ef2f49b310e215fc9dffc3 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 28 Dec 2023 18:14:55 +0100 Subject: [PATCH] ci: use stable 1.75. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e1af0b647..a6fe52ee2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "beta-2023-12-17" +channel = "1.75" components = [ "rust-src", "rustfmt", "llvm-tools" ] targets = [ "thumbv7em-none-eabi",