Fix FromSql impl for OffsetDateTime

Use time 0.3.0-alpha-1
This commit is contained in:
gwenn
2021-06-12 18:29:01 +02:00
parent 5baaa9a224
commit 125f5dfbde
2 changed files with 131 additions and 47 deletions

View File

@@ -97,7 +97,7 @@ modern-full = [
bundled-full = ["modern-full", "bundled"]
[dependencies]
time = { version = "0.2.23", optional = true }
time = { version = "0.3.0-alpha-1", features = ["formatting", "parsing"], optional = true }
bitflags = "1.2"
hashlink = "0.7"
chrono = { version = "0.4", optional = true }