Skip to content

Commit 99bea25

Browse files
authored
chore: Update tauri to beta.8 (#1005)
* chore: Update tauri to beta.8 fixes #1000 * Update and rename tauri-beta.7.md to tauri-beta-8.md
1 parent 9d4b25c commit 99bea25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.changes/tauri-beta.7.md renamed to .changes/tauri-beta-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"window-state-js": patch
5555
---
5656

57-
Update to tauri beta.7.
57+
Update to tauri beta.8.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ resolver = "2"
1010
[workspace.dependencies]
1111
serde = { version = "1", features = ["derive"] }
1212
log = "0.4"
13-
tauri = "2.0.0-beta.7"
14-
tauri-build = "2.0.0-beta.5"
15-
tauri-plugin = "2.0.0-beta.5"
13+
tauri = "2.0.0-beta.8"
14+
tauri-build = "2.0.0-beta.6"
15+
tauri-plugin = "2.0.0-beta.6"
1616
serde_json = "1"
1717
thiserror = "1"
1818
url = "2"

0 commit comments

Comments
 (0)