Skip to content

Commit d39613a

Browse files
fix: bump @tauri-apps/api to 2.11.0 to match Rust tauri crate version
NPM package was at 2.10.1 while Rust crate resolved to 2.11.0, causing a version mismatch error during tauri build.
1 parent 5129d6c commit d39613a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vite": "^6"
1313
},
1414
"dependencies": {
15-
"@tauri-apps/api": "^2",
15+
"@tauri-apps/api": "^2.11.0",
1616
"@tauri-apps/plugin-dialog": "^2"
1717
}
1818
}

0 commit comments

Comments
 (0)