From ddb9c476fa0fbcca286ad73a1dcc7104373e53a2 Mon Sep 17 00:00:00 2001 From: Kareem Ebrahim Date: Mon, 16 Sep 2024 15:26:36 +0300 Subject: [PATCH] chore: check if tauri rc 8 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 d78c6bc..b76d2c0 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.9" } +tauri = { version = "2.0.0-rc.8" } sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls",