chore: downgrade rust toolchain to 1.79

This commit is contained in:
binarybaron 2024-08-27 18:07:10 +02:00 committed by binarybaron
parent b2475763a7
commit 2131500c7d

View File

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