From cb6550ede0110c32a47baa68fc1504ee41bd3cd7 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Tue, 1 Sep 2026 00:00:31 +0300 Subject: [PATCH] chore(deps): update tauri-build digest to ad0b98a --- apps/tauri/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri/src-tauri/Cargo.toml b/apps/tauri/src-tauri/Cargo.toml index 2a68e95..6721f67 100644 --- a/apps/tauri/src-tauri/Cargo.toml +++ b/apps/tauri/src-tauri/Cargo.toml @@ -15,7 +15,7 @@ name = "mobile_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] -tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "4af26a3f7f8b692d62cca549bbacd93f5ce90b41", features = [] } +tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "ad0b98a2329e369364e81e6315824255cbd681f7", features = [] } [dependencies] tauri-plugin-opener = "2"