Sync up Tauri versions (#5789)

This commit is contained in:
James Brunton
2026-02-24 18:43:40 +00:00
committed by GitHub
parent 5b467d19c3
commit 24128dd318
5 changed files with 70 additions and 36 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ tauri-build = { version = "2.5.3", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.9.0", features = [ "devtools"] }
tauri = { version = "2.10.1", features = [ "devtools"] }
tauri-plugin-log = "2.8.0"
tauri-plugin-shell = "2.3.4"
tauri-plugin-fs = "2.4.5"