From 5dbe9981cb182deefb1f722231b69e73cffd63d3 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 16 Nov 2024 17:38:07 +0800 Subject: [PATCH] Update toolchain --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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