Skip to content

Commit 02ec168

Browse files
committed
ci: Bump nightly toolchain
Use the same version that is now used by avr-hal.
1 parent 0ee041b commit 02ec168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
- name: Install Nightly Rust
6767
uses: actions-rust-lang/setup-rust-toolchain@v1
6868
with:
69-
toolchain: nightly-2023-08-08
69+
toolchain: nightly-2024-03-22
7070
components: rustfmt
7171

7272
# Actual test run
7373
- name: Generate chip description sources
74-
run: make RUSTUP_TOOLCHAIN=nightly-2023-08-08
74+
run: make RUSTUP_TOOLCHAIN=nightly-2024-03-22
7575
- name: Test-compile the crate
7676
run: cargo check --all-features
7777

@@ -84,7 +84,7 @@ jobs:
8484
- name: Install Rust
8585
uses: actions-rust-lang/setup-rust-toolchain@v1
8686
with:
87-
toolchain: nightly-2023-12-28
87+
toolchain: nightly-2024-03-22
8888
components: rust-src,rustfmt
8989
- name: Install AVR gcc, binutils, and libc
9090
run: sudo apt-get install -y avr-libc binutils-avr gcc-avr

0 commit comments

Comments
 (0)