Skip to content

Commit

Permalink
Switch to 2024-12-01 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 5, 2025
1 parent dea21dc commit 0dbe3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0dbe3a3

Please sign in to comment.