diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 507335a20c..821e68fdc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ci: name: "${{ matrix.m.type }}: ${{ matrix.m.name }}" strategy: - fail-fast: true + fail-fast: false matrix: m: - type: board @@ -106,7 +106,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2023-12-28 + toolchain: nightly-2024-11-05 components: rust-src - name: Install avr-gcc, binutils, and libc run: sudo apt-get install -y avr-libc binutils-avr gcc-avr diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 270cc88989..b3f7e7910f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-03-22" +channel = "nightly-2024-11-05" components = [ "rust-src" ] profile = "minimal"