diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dcf1956..1e292726 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-10-24 + toolchain: nightly-2022-02-02 override: true components: rustfmt @@ -34,7 +34,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-10-24 + toolchain: nightly-2022-02-02 override: true components: clippy