Skip to content

Commit 9b3832d

Browse files
6bass6claude
andcommitted
fix(deps): bump @tauri-apps/api to ^2.11 to match Rust crate 2.11.2
The Cargo.lock refresh in 14674f2 upgraded the tauri Rust crate from 2.10.3 to 2.11.2. @tauri-apps/api was still pinned to ^2 (resolved to 2.10.1). Tauri CLI rejects major.minor mismatches at build time, causing all three platform builds to fail in the v4.0.2 CI run. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c0b14bd commit 9b3832d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dashboard/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@tauri-apps/api": "^2",
16+
"@tauri-apps/api": "^2.11",
1717
"@tauri-apps/plugin-dialog": "^2.7.0",
1818
"@tauri-apps/plugin-opener": "^2"
1919
},

0 commit comments

Comments
 (0)