Skip to content

Commit 379a3d1

Browse files
authored
build: fix tauri api version mismatch (#1346)
1 parent 6a11e10 commit 379a3d1

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@heroui/react": "^2.8.5",
3737
"@internationalized/date": "^3.10.0",
3838
"@supabase/supabase-js": "^2.77.0",
39-
"@tauri-apps/api": "^2.8.0",
39+
"@tauri-apps/api": "~2.8.0",
4040
"@tauri-apps/plugin-autostart": "~2.5.0",
4141
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
4242
"@tauri-apps/plugin-dialog": "~2.4.2",

pnpm-lock.yaml

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reqwest = { version = "0.12.12", features = ["json"] }
3535
serde_json = { version = "1.0.138", features = ["std"] }
3636
regex = { version = "1.11.1", default-features = false, features = ["std"] }
3737
winapi = { version = "0.3.9", features = ["processthreadsapi", "handleapi", "winnt"] }
38-
tauri = { version = "2.6.0", features = ["tray-icon", "image-png", "unstable"] }
38+
tauri = { version = "2.8.0", features = ["tray-icon", "image-png", "unstable"] }
3939
tauri-plugin-shell = "2.3.0"
4040
tauri-plugin-notification = "2.3.0"
4141
tauri-plugin-process = "2.3.0"

0 commit comments

Comments
 (0)