aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-all/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/tests/test-all/Cargo.toml')
-rw-r--r--mingling_core/tests/test-all/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/tests/test-all/Cargo.toml b/mingling_core/tests/test-all/Cargo.toml
index 272f1d2..df2efdb 100644
--- a/mingling_core/tests/test-all/Cargo.toml
+++ b/mingling_core/tests/test-all/Cargo.toml
@@ -13,7 +13,7 @@ mingling = { path = "../../../mingling", features = [
"builds",
"repl",
"dispatch_tree",
- "parser",
+ "picker",
"extras",
] }
tokio = { version = "1", features = ["full"] }