From d9f63e8d170788db585f5eb44983ea2bf52134ef Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 28 Sep 2021 18:01:18 +0800 Subject: [PATCH] Fixup --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37aa1b6e..753e59d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ sea-query = { version = "^0.16.3", 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", optional = true } +sqlx = { version = "^0.5", git = "https://github.com/billy1624/sqlx.git", branch = "fix-sqlite-naive-time", optional = true } uuid = { version = "0.8", features = ["serde", "v4"], optional = true } [dev-dependencies]