diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ad44dd90e..fcc24b136 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "2.0.0-beta", features = [] } +tauri-build = { version = "2.0.0-beta.12", features = [] } [dependencies] anyhow = "1"