From 4a4591affcdb9fef4025e1493546ea77132ce7d2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 20 Aug 2026 05:05:41 +0800 Subject: feat: adjust feature presets in mingling Move `pathf` to `advanced` and remove it from `full`, while removing `dispatch_tree` from `advanced`. --- mingling/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/Cargo.toml') 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"] -- cgit