From 0762eb3ce3d86405c600caf9c18c5ab21489bf64 Mon Sep 17 00:00:00 2001 From: Wes Date: Sun, 3 May 2026 10:41:32 -0600 Subject: [PATCH] fix(ci): use cargo update --workspace instead of generate-lockfile (#462) --- .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 3930afda5..74413d29b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Patch version run: | cd desktop && node scripts/set-version-from-tag.mjs "$VERSION" - cd src-tauri && cargo generate-lockfile + cd src-tauri && cargo update --workspace - name: Generate release config run: cd desktop && node scripts/build-release-config.mjs