mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-19 19:30:50 +08:00
parent
5cbfe56bf7
commit
e880987fa3
@ -69,13 +69,13 @@ byteorder = { version = "1.2", features = ["i128"], optional = true }
|
||||
fallible-iterator = "0.2"
|
||||
fallible-streaming-iterator = "0.1"
|
||||
memchr = "2.2.0"
|
||||
uuid = { version = "0.7", optional = true }
|
||||
uuid = { version = "0.8", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
lazy_static = "1.0"
|
||||
regex = "1.0"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
unicase = "2.4.0"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
|
Loading…
x
Reference in New Issue
Block a user