fix: cargo check -p common-meta (#7964)

fix: moka feature
This commit is contained in:
fys
2026-04-14 16:27:22 +08:00
committed by GitHub
parent 6bafaf29da
commit 62013217c7
7 changed files with 5 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ catalog.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-meta.workspace = true
moka.workspace = true
moka = { workspace = true, features = ["future"] }
partition.workspace = true
snafu.workspace = true