diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2920950..b602a47 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.60.0 + toolchain: 1.63.0 override: true - uses: actions-rs/cargo@v1 with: @@ -63,4 +63,4 @@ jobs: - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features -- --deny warnings \ No newline at end of file + args: --all-features -- --deny warnings