diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44f2154..be544cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.75.0 + toolchain: stable override: true - name: Cache node_modules