From 1ddad0a7590a325e7abcf2fc66ff59d250112589 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Tue, 16 Jul 2024 20:59:48 +0400 Subject: [PATCH] update rust toolchain, fixes #397 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6c05ab23..9fa93ae8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-06-30" +channel = "nightly-2024-07-15" profile = "minimal" targets = ["thumbv7em-none-eabihf"] components = [