From 4f3d3e7a453291bc056b321753e5c8350246c151 Mon Sep 17 00:00:00 2001 From: evenyag Date: Wed, 27 Dec 2023 22:01:00 +0800 Subject: [PATCH] feat: moka features --- src/mito2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mito2/Cargo.toml b/src/mito2/Cargo.toml index 8c3ef50ec2c7..046bc14db639 100644 --- a/src/mito2/Cargo.toml +++ b/src/mito2/Cargo.toml @@ -42,7 +42,7 @@ humantime-serde.workspace = true lazy_static = "1.4" log-store = { workspace = true, optional = true } memcomparable = "0.2" -moka = { workspace = true, features = ["sync"] } +moka = { workspace = true, features = ["sync", "future"] } num_cpus = "1.13" object-store.workspace = true parquet = { workspace = true, features = ["async"] }