Skip to content

Commit

Permalink
Revert db cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 5, 2024
1 parent 51d5512 commit 8ffb2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ testutils = []
prod-db = []

[dependencies]
sqlx = { version = "0.7.3", features = ["sqlite", "chrono", "runtime-tokio", "macros"] }
tabby-db-macros = { path = "../tabby-db-macros" }
anyhow.workspace = true
chrono = { workspace = true, features = ["serde"] }
hash-ids.workspace = true
lazy_static.workspace = true
sql_query_builder = { version = "2.1.0", features = ["sqlite"] }
sqlx = { version = "0.7.3", features = ["sqlite", "chrono", "runtime-tokio", "macros"] }
tabby-common = { path = "../../crates/tabby-common" }
tokio = { workspace = true, features = ["fs"] }
uuid.workspace = true
Expand Down

0 comments on commit 8ffb2c8

Please sign in to comment.