mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Upgrade time crate to version 0.3.0
This commit is contained in:
parent
b3f8c283f1
commit
0075671b09
@ -97,7 +97,7 @@ modern-full = [
|
||||
bundled-full = ["modern-full", "bundled"]
|
||||
|
||||
[dependencies]
|
||||
time = { version = "0.3.0-alpha-1", features = ["formatting", "macros", "parsing"], optional = true }
|
||||
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
|
||||
bitflags = "1.2"
|
||||
hashlink = "0.7"
|
||||
chrono = { version = "0.4", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user