From 12a7eebeb6e1c195bf20d176c7263d1e33746d91 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 17 Sep 2023 12:41:29 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20fix:=20remove=20unneces?= =?UTF-8?q?sary=20feature=20`hybrid`=20(#244)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73eda46..bd4f51e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]