From 2e8d033ae63629ab84a3b7f8c2474d37ee71bcbd Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 9 Aug 2022 10:37:10 +0200 Subject: [PATCH] ci: Upgrade to a new compiler version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b4959d..ab6cada 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- 2.49.0