ci: Upgrade to a new compiler version
1 files changed, 2 insertions(+), 2 deletions(-) M .github/workflows/ci.yml
M .github/workflows/ci.yml => .github/workflows/ci.yml +2 -2
@@ 70,12 70,12 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly-2021-01-07 toolchain: nightly-2022-06-13 override: true components: rustfmt # Actual test run - name: Generate chip description sources run: make RUSTUP_TOOLCHAIN=nightly-2021-01-07 run: make RUSTUP_TOOLCHAIN=nightly-2022-06-13 - name: Test-compile the crate run: cargo check --all-features