From 0dbe3a38a31684168f068982208488ffdc1c9d64 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 5 Jan 2025 13:06:39 +0000 Subject: [PATCH] Switch to 2024-12-01 nightly --- .github/workflows/ci.yml | 2 +- justfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c64a2e..9679066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: target: riscv32imc-unknown-none-elf - toolchain: nightly-2024-07-22 + toolchain: nightly-2024-12-01 components: rust-src,rustfmt - uses: esp-rs/xtensa-toolchain@v1.5 with: diff --git a/justfile b/justfile index bec88b0..104ee0f 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,8 @@ export SSID := "Dummy" export PASSWORD := "Dummy" -all: (check "esp32" "esp") (check "esp32s3" "esp") (check "esp32c3" "nightly-2024-07-22") - cd esp-mbedtls && cargo +nightly-2024-07-22 fmt --all -- --check +all: (check "esp32" "esp") (check "esp32s3" "esp") (check "esp32c3" "nightly-2024-12-01") + cd esp-mbedtls && cargo +nightly-2024-12-01 fmt --all -- --check [private] check arch toolchain: