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 ## Rust Version Support
Please note that only the latest stable Rust toolchain is supported. 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 ## Contact

View file

@ -1,4 +1,4 @@
[toolchain] [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"] components = ["clippy"]
targets = ["armv7-unknown-linux-gnueabihf"] targets = ["armv7-unknown-linux-gnueabihf"]