0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

🛠️ 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"]