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