Update to Rust 1.84

This commit is contained in:
Dario Nieuwenhuis 2025-02-17 16:48:27 +01:00
parent f6b480ef1c
commit 5050b2fe88
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo install espup
/ci/cache/cargo/bin/espup install --toolchain-version 1.83.0.1
/ci/cache/cargo/bin/espup install --toolchain-version 1.84.0.0
# Restore lockfiles
if [ -f /ci/cache/lockfiles.tar ]; then

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "1.83"
channel = "1.84"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
targets = [
"thumbv7em-none-eabi",