~ruther/avr-device

2e8d033ae63629ab84a3b7f8c2474d37ee71bcbd — Rahix 2 years ago 6ab6f94
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

Do not follow this link