From f8155a1864c0b2fb207edcd328d4dbcc46e1766e Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Thu, 14 Nov 2024 18:15:28 +0000 Subject: [PATCH] Use a current nightly --- .github/workflows/on_target_tests.yml | 2 +- .github/workflows/rp2040_hal.yml | 2 +- .github/workflows/rp2040_hal_examples.yml | 2 +- .github/workflows/rp235x_hal_arm.yml | 2 +- .github/workflows/rp235x_hal_examples_arm.yml | 2 +- .github/workflows/rp235x_hal_riscv.yml | 2 +- .github/workflows/rp_binary_info.yml | 2 +- .github/workflows/rp_hal_common.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/on_target_tests.yml b/.github/workflows/on_target_tests.yml index 7c4af670d..a3ec10899 100644 --- a/.github/workflows/on_target_tests.yml +++ b/.github/workflows/on_target_tests.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: thumbv6m-none-eabi - name: Install cargo-hack run: | diff --git a/.github/workflows/rp2040_hal.yml b/.github/workflows/rp2040_hal.yml index 9e0b2401b..a0c9570bb 100644 --- a/.github/workflows/rp2040_hal.yml +++ b/.github/workflows/rp2040_hal.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: ${{ env.TARGET }} - name: Install cargo-hack run: | diff --git a/.github/workflows/rp2040_hal_examples.yml b/.github/workflows/rp2040_hal_examples.yml index 28a99ee66..59b29c285 100644 --- a/.github/workflows/rp2040_hal_examples.yml +++ b/.github/workflows/rp2040_hal_examples.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: ${{ env.TARGET }} - name: Install cargo-udeps run: | diff --git a/.github/workflows/rp235x_hal_arm.yml b/.github/workflows/rp235x_hal_arm.yml index 1ca59996a..acce8e2b5 100644 --- a/.github/workflows/rp235x_hal_arm.yml +++ b/.github/workflows/rp235x_hal_arm.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: ${{ env.TARGET }} - name: Install cargo-hack run: | diff --git a/.github/workflows/rp235x_hal_examples_arm.yml b/.github/workflows/rp235x_hal_examples_arm.yml index 007f99862..6a8c6f4e0 100644 --- a/.github/workflows/rp235x_hal_examples_arm.yml +++ b/.github/workflows/rp235x_hal_examples_arm.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: ${{ env.TARGET }} - name: Install cargo-udeps run: | diff --git a/.github/workflows/rp235x_hal_riscv.yml b/.github/workflows/rp235x_hal_riscv.yml index 229516331..c73804190 100644 --- a/.github/workflows/rp235x_hal_riscv.yml +++ b/.github/workflows/rp235x_hal_riscv.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 target: ${{ env.TARGET }} - name: Install cargo-hack run: | diff --git a/.github/workflows/rp_binary_info.yml b/.github/workflows/rp_binary_info.yml index ff4af1714..f81deac8e 100644 --- a/.github/workflows/rp_binary_info.yml +++ b/.github/workflows/rp_binary_info.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 - name: Install cargo-hack run: | curl -sSL https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - -C ~/.cargo/bin diff --git a/.github/workflows/rp_hal_common.yml b/.github/workflows/rp_hal_common.yml index 9cdf8242e..b8b4d7981 100644 --- a/.github/workflows/rp_hal_common.yml +++ b/.github/workflows/rp_hal_common.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2024-01-30 + toolchain: nightly-2024-11-14 - name: Install cargo-hack run: | curl -sSL https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - -C ~/.cargo/bin