diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773dd47..9b8be55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.74.0 + toolchain: stable override: true # Install for Anvil @@ -48,7 +48,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.74.0 + toolchain: stable override: true components: rustfmt, clippy - name: cargo fmt