Bump Tauri to fix settings window

This commit is contained in:
Gregory Schier
2024-10-12 20:57:01 -07:00
parent 0d982057a5
commit f201857d51
3 changed files with 2 additions and 17 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.2", features = ["devtools", "protocol-asset"] }
tauri = { version = "2.0.3", features = ["devtools", "protocol-asset"] }