🛠️ fix: remove unnecessary feature hybrid (#244)

This commit is contained in:
neon_arch 2023-09-17 12:41:29 +03:00
parent 351f39aebc
commit 12a7eebeb6

View file

@ -71,4 +71,3 @@ default = ["memory-cache"]
dhat-heap = ["dep:dhat"]
memory-cache = ["dep:mini-moka"]
redis-cache = ["dep:redis"]
hybrid-cache = ["memory-cache", "redis-cache"]