mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-19 22:30:51 +08:00
Merge pull request #1298 from gwenn/rm_lazy_static
Remove lazy_static optional dependency
This commit is contained in:
commit
984263142e
@ -118,7 +118,6 @@ chrono = { version = "0.4", optional = true, default-features = false, features
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
csv = { version = "1.1", optional = true }
|
||||
url = { version = "2.1", optional = true }
|
||||
lazy_static = { version = "1.4", optional = true }
|
||||
fallible-iterator = "0.2"
|
||||
fallible-streaming-iterator = "0.1"
|
||||
uuid = { version = "1.0", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user