From 2f456d972f10784a865380793139286eec0ef141 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 1 Jul 2021 21:00:41 +0800 Subject: [PATCH] Fix test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f993e68..742fcce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = { version = "^1", optional = true } [dev-dependencies] async-std = { version = "^1.9", features = [ "attributes" ] } maplit = { version = "^1" } -sea-orm = { path = ".", features = ["sqlx-sqlite", "runtime-async-std-native-tls"] } +sea-orm = { path = ".", features = ["sqlx-sqlite", "sqlx-json", "sqlx-chrono", "runtime-async-std-native-tls"] } [features] debug-print = []