File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments