diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 507335a20c..b0c1d04b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2023-12-28 + toolchain: nightly-2024-10-01 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..c2378ce2c5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-03-22" +channel = "nightly-2024-10-01" components = [ "rust-src" ] profile = "minimal"