diff options
| -rwxr-xr-x | .github/ci/build-xtensa.sh | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ci/build-xtensa.sh b/.github/ci/build-xtensa.sh index 88357a041..103575bc9 100755 --- a/.github/ci/build-xtensa.sh +++ b/.github/ci/build-xtensa.sh | |||
| @@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target | |||
| 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 14 | 14 | ||
| 15 | cargo install espup | 15 | cargo install espup |
| 16 | /ci/cache/cargo/bin/espup install --toolchain-version 1.83.0.1 | 16 | /ci/cache/cargo/bin/espup install --toolchain-version 1.84.0.0 |
| 17 | 17 | ||
| 18 | # Restore lockfiles | 18 | # Restore lockfiles |
| 19 | if [ -f /ci/cache/lockfiles.tar ]; then | 19 | if [ -f /ci/cache/lockfiles.tar ]; then |
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 704d2e3a2..73c97872c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [toolchain] | 1 | [toolchain] |
| 2 | channel = "1.83" | 2 | channel = "1.84" |
| 3 | components = [ "rust-src", "rustfmt", "llvm-tools" ] | 3 | components = [ "rust-src", "rustfmt", "llvm-tools" ] |
| 4 | targets = [ | 4 | targets = [ |
| 5 | "thumbv7em-none-eabi", | 5 | "thumbv7em-none-eabi", |
