Skip to content

fix(release): align the updater javascript plugin with the pinned rust crate - #32

Merged
Mathious6 merged 1 commit into
mainfrom
fix/updater-version-alignment
Sep 7, 2026
Merged

fix(release): align the updater javascript plugin with the pinned rust crate#32
Mathious6 merged 1 commit into
mainfrom
fix/updater-version-alignment

Conversation

@Mathious6

Copy link
Copy Markdown
Owner

What changed

  • Pins @tauri-apps/plugin-updater back to 2.10.1 in package.json and bun.lock to match the pinned tauri-plugin-updater Rust crate (workspace rev, crate 2.10.1).

Why

The v0.4.3 release run failed on every platform leg at the Tauri CLI pre-build check: the dependency-bump train moved the JS plugin to 2.11.0 while the Rust side stays pinned at 2.10.1, and the CLI refuses to build on a minor mismatch. Release builds on main have been broken since that bump. Aligning the JS side avoids touching the deliberately pinned Rust revision.

Test plan

  • bun run check (0 errors), bun run build
  • Reproduced the failing stage locally, then passed it after the fix: RUSTFLAGS="-D warnings" bun run tauri build --target aarch64-apple-darwin --no-bundle builds the release binary cleanly

@Mathious6
Mathious6 merged commit 16dfe33 into main Sep 7, 2026
7 checks passed
@Mathious6
Mathious6 deleted the fix/updater-version-alignment branch September 7, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant