Skip to content

Commit

Permalink
Without fixing SQLx source code
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Sep 30, 2021
1 parent d9f63e8 commit 05b3704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ futures-util = { version = "^0.3" }
log = { version = "^0.4", optional = true }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.2.3", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.16.3", features = ["thread-safe"] }
sea-query = { version = "^0.16.4", git = "https://github.com/SeaQL/sea-query.git", branch = "sqlite-time-temp-fixup", features = ["thread-safe"] }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1", optional = true }
sqlx = { version = "^0.5", git = "https://github.com/billy1624/sqlx.git", branch = "fix-sqlite-naive-time", optional = true }
sqlx = { version = "^0.5", optional = true }
uuid = { version = "0.8", features = ["serde", "v4"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 05b3704

Please sign in to comment.