From e715f16883d198cae1ec3801647b0970b22a68f1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Jul 2026 02:47:25 +0800 Subject: chore: Add LOCAL/VERSION markers to workspace dependencies --- Cargo.toml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3c3496..fdadcfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,11 +33,20 @@ exclude = [ ] [workspace.dependencies] -mingling_core = { path = "mingling_core", default-features = false } -mingling_macros = { path = "mingling_macros", default-features = false } -mingling_pathf = { path = "mingling_pathf", default-features = false } -mingling_picker = { path = "mingling_picker", default-features = false } -mingling_picker_macros = { path = "mingling_picker_macros", default-features = false } +mingling_core = { path = "mingling_core", default-features = false } # LOCAL +# mingling_core = { version = "<>", default-features = false } # VERSION + +mingling_macros = { path = "mingling_macros", default-features = false } # LOCAL +# mingling_macros = { version = "<>", default-features = false } # VERSION + +mingling_pathf = { path = "mingling_pathf", default-features = false } # LOCAL +# mingling_pathf = { version = "<>", default-features = false } # VERSION + +mingling_picker = { path = "mingling_picker", default-features = false } # LOCAL +# mingling_picker = { version = "<>", default-features = false } # VERSION + +mingling_picker_macros = { path = "mingling_picker_macros", default-features = false } # LOCAL +# mingling_picker_macros = { version = "<>", default-features = false } # VERSION just_fmt = "0.1.2" just_template = "0.2.0" -- cgit