Skip to content

Commit

Permalink
chore: check if tauri rc 8 doesn't have macos window vibrancy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Sep 16, 2024
1 parent c33c113 commit ddb9c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ddb9c47

Please sign in to comment.