From e3cb458325b1edea30a776a1ecd7916a667ce4f1 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Tue, 1 Sep 2026 12:00:33 +0300 Subject: [PATCH] chore(deps): update tauri-build digest to b6660a0 --- 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..d38f304 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 = "b6660a041db44729893dae7991a9be61cf8c2ed5", features = [] } [dependencies] tauri-plugin-opener = "2"