mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-21 09:17:47 +08:00
Upgrade to hashlink 0.9
This commit is contained in:
parent
d3aaba2a4e
commit
950b88d69d
@ -116,7 +116,7 @@ bundled-full = ["modern-full", "bundled"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
|
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
|
||||||
bitflags = "2.0"
|
bitflags = "2.0"
|
||||||
hashlink = "0.8"
|
hashlink = "0.9"
|
||||||
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
|
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
|
||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1.0", optional = true }
|
||||||
csv = { version = "1.1", optional = true }
|
csv = { version = "1.1", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user