We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4b25c commit 99bea25Copy full SHA for 99bea25
.changes/tauri-beta.7.md renamed to .changes/tauri-beta-8.md
@@ -54,4 +54,4 @@
54
"window-state-js": patch
55
---
56
57
-Update to tauri beta.7.
+Update to tauri beta.8.
Cargo.toml
@@ -10,9 +10,9 @@ resolver = "2"
10
[workspace.dependencies]
11
serde = { version = "1", features = ["derive"] }
12
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"
+tauri = "2.0.0-beta.8"
+tauri-build = "2.0.0-beta.6"
+tauri-plugin = "2.0.0-beta.6"
16
serde_json = "1"
17
thiserror = "1"
18
url = "2"
0 commit comments