diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6336f14..0b6bca8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,7 +53,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.88" + toolchain: "1.91" override: true default: true components: rustfmt @@ -94,7 +94,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.88" + toolchain: "1.91" override: true default: true components: rustfmt