mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
Update to Rust 1.84
This commit is contained in:
parent
f6b480ef1c
commit
5050b2fe88
2
.github/ci/build-xtensa.sh
vendored
2
.github/ci/build-xtensa.sh
vendored
@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
|
|||||||
export CARGO_NET_GIT_FETCH_WITH_CLI=true
|
export CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||||
|
|
||||||
cargo install espup
|
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
|
# Restore lockfiles
|
||||||
if [ -f /ci/cache/lockfiles.tar ]; then
|
if [ -f /ci/cache/lockfiles.tar ]; then
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.83"
|
channel = "1.84"
|
||||||
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
||||||
targets = [
|
targets = [
|
||||||
"thumbv7em-none-eabi",
|
"thumbv7em-none-eabi",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user