mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 05:50:52 +08:00
Remove lazy_static optional dependency
Was used by virtual table
This commit is contained in:
parent
223926ef6f
commit
35e8a498c4
@ -118,7 +118,6 @@ chrono = { version = "0.4", optional = true, default-features = false, features
|
|||||||
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 }
|
||||||
url = { version = "2.1", optional = true }
|
url = { version = "2.1", optional = true }
|
||||||
lazy_static = { version = "1.4", optional = true }
|
|
||||||
fallible-iterator = "0.2"
|
fallible-iterator = "0.2"
|
||||||
fallible-streaming-iterator = "0.1"
|
fallible-streaming-iterator = "0.1"
|
||||||
uuid = { version = "1.0", optional = true }
|
uuid = { version = "1.0", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user