diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 92cca39..f0515d8 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -37,8 +37,8 @@ features = [ # Presets mini = ["extras", "picker"] -advanced = ["extras", "picker", "repl", "comp", "dispatch_tree", "structural_renderer"] -full = ["extras", "picker", "repl", "clap", "comp", "dispatch_tree", "structural_renderer_full", "pathf"] +advanced = ["extras", "picker", "repl", "comp", "structural_renderer", "pathf"] +full = ["extras", "picker", "repl", "clap", "comp", "dispatch_tree", "structural_renderer_full"] # Core core = ["dep:mingling_core", "mingling_core/default"] |
