We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7631be8 commit 641c206Copy full SHA for 641c206
.github/workflows/ci.yml
@@ -66,11 +66,11 @@ jobs:
66
- name: Install Nightly Rust
67
uses: actions-rust-lang/setup-rust-toolchain@v1
68
with:
69
- toolchain: nightly-2022-06-13
+ toolchain: nightly-2023-08-08
70
components: rustfmt
71
72
# Actual test run
73
- name: Generate chip description sources
74
- run: make RUSTUP_TOOLCHAIN=nightly-2022-06-13
+ run: make RUSTUP_TOOLCHAIN=nightly-2023-08-08
75
- name: Test-compile the crate
76
run: cargo check --all-features
0 commit comments