mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 08:22:21 +08:00
Replace LruCache by VecDeque.
This commit is contained in:
@@ -16,7 +16,7 @@ name = "rusqlite"
|
||||
load_extension = ["libsqlite3-sys/load_extension"]
|
||||
backup = []
|
||||
blob = []
|
||||
cache = ["lru-cache"]
|
||||
cache = []
|
||||
functions = []
|
||||
trace = []
|
||||
|
||||
@@ -34,10 +34,6 @@ regex = "~0.1.41"
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.3.0"
|
||||
|
||||
[dependencies.lru-cache]
|
||||
version = "~0.0.4"
|
||||
optional = true
|
||||
|
||||
[[test]]
|
||||
name = "config_log"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user