From 9983e5d4987149ad227ccf402e4cf2618a1dddc3 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 6 Jul 2022 17:07:07 +0800 Subject: [PATCH] Update [issues] --- issues/319/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 }