From 40fde62f5171d84f1fc82154cebd1a2bd18474a1 Mon Sep 17 00:00:00 2001 From: Kareem Ebrahim Date: Mon, 16 Sep 2024 15:29:43 +0300 Subject: [PATCH] chore: check if tauri rc 7 doesn't have macos window vibrancy issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b76d2c0..e99619a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ strip = true serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } -tauri = { version = "2.0.0-rc.8" } +tauri = { version = "2.0.0-rc.7" } sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls",