fixed now it all compiled successfuly

This commit is contained in:
filipriec
2025-06-08 20:14:44 +02:00
parent b60e03eb70
commit 4b4301ad49
5 changed files with 8 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ serde_json = { workspace = true }
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
tantivy = { workspace = true }
common = { path = "../common" }
tantivy = "0.24.1"