From 727ba2473beb98f071196a15ce74a811ba4f4c72 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 29 May 2026 21:50:11 +0800 Subject: Update CHANGELOG and switch to published crate versions --- mingling/Cargo.toml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 68a26d4..37ca792 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -6,17 +6,7 @@ authors = ["Weicao-CatilGrass"] license.workspace = true readme = "README.md" description = "Macro magician in your CLI." -keywords = [ - "cli", - "cli-framework", - "framework", - "workflow", - "procedural", - "subcommand", - "macro", - "dispatch", - "command-line", -] +keywords = ["cli", "cli-framework", "subcommand", "macro", "command-line"] categories = ["command-line-interface"] repository.workspace = true @@ -89,7 +79,7 @@ ron_serde_fmt = ["mingling_core/ron_serde_fmt"] extra_macros = ["mingling_macros/extra_macros"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.9", default-features = false } +mingling_macros = { version = "0.1.9", default-features = false } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } -- cgit