Use format_description macro

This commit is contained in:
gwenn
2021-06-14 21:29:24 +02:00
parent fc9f03c1ca
commit b14e326181
2 changed files with 22 additions and 105 deletions

View File

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