We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d6c6d commit 6986becCopy full SHA for 6986bec
quickwit/quickwit-janitor/Cargo.toml
@@ -41,7 +41,8 @@ quickwit-storage = { workspace = true }
41
mockall = "0.11"
42
tempfile = "3"
43
44
-quickwit-common = { workspace = true }
+quickwit-common = { workspace = true, features = ["testsuite"] }
45
+quickwit-actors = { workspace = true, features = ["testsuite"] }
46
quickwit-config = { workspace = true, features = ["testsuite"] }
47
quickwit-indexing = { workspace = true, features = ["testsuite"] }
48
quickwit-metastore = { workspace = true, features = ["testsuite"] }
0 commit comments