Skip to content

Commit

Permalink
chore: remove extra space causing warnings in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Dec 30, 2023
1 parent 78ba530 commit 707cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tauri-build = { version = "1.5.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.2", features = [ "os-all", "clipboard-write-text", "global-shortcut-all", "dialog-open", "test"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "sqlite", "postgres", "mysql", "time"] }
uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
tokio = { version = "1", features = ["full"] }
time = "0.3.30"
Expand Down

0 comments on commit 707cda3

Please sign in to comment.