From 5425a83871692bd88212ce556e94089ab5bfaa11 Mon Sep 17 00:00:00 2001 From: binarybaron Date: Mon, 26 Aug 2024 15:39:59 +0200 Subject: [PATCH] bump: Rust version to 1.80 --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35adc5f0..b84c7240 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Please have a look at the [contribution guidelines](./CONTRIBUTING.md). ## Rust Version Support Please note that only the latest stable Rust toolchain is supported. -All stable toolchains since 1.74 _should_ work. +All stable toolchains since 1.80 _should_ work. ## Contact diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cc47d97a..19b708c6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.74" # also update this in the readme, changelog, and github actions +channel = "1.80" # also update this in the readme, changelog, and github actions components = ["clippy"] targets = ["armv7-unknown-linux-gnueabihf"]