From 86ddda420759b1fd4d4d16f353df5f7a1b90efd8 Mon Sep 17 00:00:00 2001 From: einliterflasche Date: Thu, 27 Feb 2025 19:10:57 +0100 Subject: [PATCH] fix(ci): upgrade rust toolchain to 1.80 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7e71f621..aab06c1b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # also update this in the readme, changelog, and github actions -channel = "1.79" +channel = "1.80" components = ["clippy"] targets = ["armv7-unknown-linux-gnueabihf"]