From 2131500c7de02361191b2cca30b3f75dc8580ac9 Mon Sep 17 00:00:00 2001 From: binarybaron Date: Tue, 27 Aug 2024 18:07:10 +0200 Subject: [PATCH] chore: downgrade rust toolchain to 1.79 --- rust-toolchain.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 19b708c66..7e71f6213 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,5 @@ [toolchain] -channel = "1.80" # also update this in the readme, changelog, and github actions +# also update this in the readme, changelog, and github actions +channel = "1.79" components = ["clippy"] targets = ["armv7-unknown-linux-gnueabihf"]