Skip to content

Commit

Permalink
feat: moka features
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 27, 2023
1 parent 0144a14 commit 4f3d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 4f3d3e7

Please sign in to comment.