From 9a6661894f612cbf5a3b2b74134b865b74fbfd7c Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Thu, 1 Aug 2024 13:55:33 +0200 Subject: [PATCH] update toolchain version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a9c4b6a..c005aa5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ # Before upgrading check that everything is available on all tier1 targets here: # https://rust-lang.github.io/rustup-components-history [toolchain] -channel = "1.75" +channel = "1.80" components = [ "rustfmt" ] targets = [ "thumbv7em-none-eabi" ]