diff --git a/issues/319/Cargo.toml b/issues/319/Cargo.toml index b4e054c8..a60859a4 100644 --- a/issues/319/Cargo.toml +++ b/issues/319/Cargo.toml @@ -14,5 +14,6 @@ sea-orm = { path = "../../", features = [ "sqlx-mysql", "runtime-async-std-native-tls", "with-json", + "with-chrono", "macros", ], default-features = false }