mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 15:32:22 +08:00
Use a real LruCache instead of a VecDeque.
This commit is contained in:
@@ -22,6 +22,7 @@ trace = []
|
||||
[dependencies]
|
||||
time = "~0.1.0"
|
||||
bitflags = "0.7"
|
||||
lru-cache = "0.0.7"
|
||||
libc = "~0.2"
|
||||
clippy = {version = "~0.0.58", optional = true}
|
||||
chrono = { version = "~0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user