Bump Tauri to fix macOS 13 launch issue

This commit is contained in:
Gregory Schier
2024-10-15 09:54:21 -07:00
parent 4e775b2b49
commit 6f50f35519
4 changed files with 52 additions and 52 deletions

View File

@@ -66,4 +66,4 @@ eventsource-client = { git = "https://github.com/yaakapp/rust-eventsource-client
yaak_models = { path = "yaak_models" }
yaak_plugin_runtime = { path = "yaak_plugin_runtime" }
tauri-plugin-shell = "2.0.1"
tauri = { version = "2.0.3", features = ["devtools", "protocol-asset"] }
tauri = { version = "2.0.4", features = ["devtools", "protocol-asset"] }