mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 07:22:25 +08:00
Use format_description macro
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user