We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lru
0.7.8
1 parent 47b1056 commit fab3687Copy full SHA for fab3687
Cargo.toml
@@ -17,12 +17,12 @@ futures = "0.3.14"
17
thiserror = "1.0"
18
19
# Optional feature based dependencies
20
-lru = { version = "0.6.5", optional = true }
+lru = { version = "0.7.8", optional = true }
21
22
[dev-dependencies]
23
cache_loader_async_macros = { path = "./cache-loader-async-macros" }
24
25
[features]
26
default = []
27
lru-cache = ["lru"]
28
-ttl-cache = []
+ttl-cache = []
0 commit comments