mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 06:00:33 +08:00
Upgrade to hashlink 0.7 (#955)
This commit is contained in:
parent
c33d6bfad3
commit
26f3e50f5a
@ -94,10 +94,12 @@ bundled-full = [
|
||||
"window",
|
||||
]
|
||||
|
||||
default = ["bundled-full"]
|
||||
|
||||
[dependencies]
|
||||
time = { version = "0.2.23", optional = true }
|
||||
bitflags = "1.2"
|
||||
hashlink = "0.6"
|
||||
hashlink = "0.7"
|
||||
chrono = { version = "0.4", optional = true }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
csv = { version = "1.1", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user