From 63c764d6a4fa8d9d08ffc5928a74a1460fcb22d9 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 15 Nov 2021 21:27:27 +0800 Subject: [PATCH] `with-json` feature requires `chrono/serde` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2345844c..46d972dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ default = [ ] macros = ["sea-orm-macros"] mock = [] -with-json = ["serde_json", "sea-query/with-json"] +with-json = ["serde_json", "sea-query/with-json", "chrono/serde"] with-chrono = ["chrono", "sea-query/with-chrono"] with-rust_decimal = ["rust_decimal", "sea-query/with-rust_decimal"] with-uuid = ["uuid", "sea-query/with-uuid"]