diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95181de53..a7fd1acc4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,7 +49,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.90" + toolchain: "stable" override: true default: true components: rustfmt @@ -88,7 +88,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.90" + toolchain: "stable" override: true default: true components: rustfmt