diff --git a/Cargo.toml b/Cargo.toml index 917dd183..add45ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.dependencies] serde = { version = "1", features = ["derive"] } log = "0.4" -tauri = "2.0.0-alpha.2" +tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" } tauri-build = "1" serde_json = "1" thiserror = "1"