Replace LruCache by VecDeque.

This commit is contained in:
Gwenael Treguier
2015-12-17 20:02:49 +01:00
parent ff02213b53
commit 109c26fea4
3 changed files with 26 additions and 39 deletions

View File

@@ -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