Remove chrono feature flag

This commit is contained in:
Jon Häggblad
2024-10-25 11:52:31 +02:00
parent 321ac4824b
commit 8d5da5a621
-1
View File
@@ -19,7 +19,6 @@ sqlx = { workspace = true, features = [
"macros",
"migrate",
"time",
"chrono"
] }
time = { workspace = true }
thiserror = { workspace = true }