bump: Rust version to 1.80

This commit is contained in:
binarybaron 2024-08-26 15:39:59 +02:00
parent cf641bc8bb
commit 5425a83871
No known key found for this signature in database
GPG Key ID: 99B75D3E1476A26E
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"]