Skip to content

Commit ac6e8d0

Browse files
authored
Merge pull request embassy-rs#3895 from embassy-rs/rust-update-184
Update to Rust 1.84
2 parents f6b480e + 5050b2f commit ac6e8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ci/build-xtensa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
1313
export CARGO_NET_GIT_FETCH_WITH_CLI=true
1414

1515
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
1717

1818
# Restore lockfiles
1919
if [ -f /ci/cache/lockfiles.tar ]; then

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.83"
2+
channel = "1.84"
33
components = [ "rust-src", "rustfmt", "llvm-tools" ]
44
targets = [
55
"thumbv7em-none-eabi",

0 commit comments

Comments
 (0)