Skip to content

Commit 641c206

Browse files
committed
ci: Use recent rust compiler version
1 parent 7631be8 commit 641c206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)