Merge pull request #3895 from embassy-rs/rust-update-184

Update to Rust 1.84
This commit is contained in:
Dario Nieuwenhuis 2025-02-17 17:40:53 +01:00 committed by GitHub
commit ac6e8d0ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",