diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b9a92d..01f4a0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ env: jobs: rustfmt: - name: rustfmt / nightly-2022-11-12 + name: rustfmt / nightly-2023-06-22 runs-on: ubuntu-latest steps: @@ -22,7 +22,7 @@ jobs: - name: Install rust run: | - rustup default nightly-2022-11-12 + rustup default nightly-2023-06-22 rustup component add rustfmt - name: cargo fmt