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
pull/1007/head
Fabian-Lars 1 year ago committed by GitHub
parent 9d4b25cf85
commit 99bea2559c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,4 +54,4 @@
"window-state-js": patch "window-state-js": patch
--- ---
Update to tauri beta.7. Update to tauri beta.8.

@ -10,9 +10,9 @@ resolver = "2"
[workspace.dependencies] [workspace.dependencies]
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
log = "0.4" log = "0.4"
tauri = "2.0.0-beta.7" tauri = "2.0.0-beta.8"
tauri-build = "2.0.0-beta.5" tauri-build = "2.0.0-beta.6"
tauri-plugin = "2.0.0-beta.5" tauri-plugin = "2.0.0-beta.6"
serde_json = "1" serde_json = "1"
thiserror = "1" thiserror = "1"
url = "2" url = "2"

Loading…
Cancel
Save