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",