fix(ci): upgrade rust toolchain to 1.80

This commit is contained in:
einliterflasche 2025-02-27 19:10:57 +01:00
parent 25cc97660a
commit 86ddda4207
No known key found for this signature in database
GPG Key ID: 90676A9B07184BC9

View File

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