with-json feature requires chrono/serde

This commit is contained in:
Billy Chan 2021-11-15 21:27:27 +08:00
parent f4008f9f7c
commit 63c764d6a4
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -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"]