Better update logic

This commit is contained in:
Gregory Schier
2023-11-14 14:28:06 -08:00
parent 8839a0b7af
commit f9703fbc1d
4 changed files with 36 additions and 92 deletions

View File

@@ -30,7 +30,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
sqlx = { version = "0.7.2", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
tauri = { version = "1.3", features = [
"cli",
"config-toml",
"devtools",
"fs-read-file",