diff options
Diffstat (limited to 'mingling_core/tests/test-all/Cargo.toml')
| -rw-r--r-- | mingling_core/tests/test-all/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mingling_core/tests/test-all/Cargo.toml b/mingling_core/tests/test-all/Cargo.toml index 272f1d2..7f50f2f 100644 --- a/mingling_core/tests/test-all/Cargo.toml +++ b/mingling_core/tests/test-all/Cargo.toml @@ -10,10 +10,9 @@ publish = false mingling = { path = "../../../mingling", features = [ "structural_renderer_full", "comp", - "builds", "repl", "dispatch_tree", - "parser", + "picker", "extras", ] } tokio = { version = "1", features = ["full"] } |
