Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
โข
12a7eeb
1
Parent(s):
351f39a
๐ ๏ธ fix: remove unnecessary feature `hybrid` (#244)
Browse files- Cargo.toml +0 -1
Cargo.toml
CHANGED
@@ -71,4 +71,3 @@ default = ["memory-cache"]
|
|
71 |
dhat-heap = ["dep:dhat"]
|
72 |
memory-cache = ["dep:mini-moka"]
|
73 |
redis-cache = ["dep:redis"]
|
74 |
-
hybrid-cache = ["memory-cache", "redis-cache"]
|
|
|
71 |
dhat-heap = ["dep:dhat"]
|
72 |
memory-cache = ["dep:mini-moka"]
|
73 |
redis-cache = ["dep:redis"]
|
|