From 62d2f8637da3274fc22debb62b79f15e521d503e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Aug 2026 00:05:53 +0800 Subject: chore(release): bump version to 0.5.0 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ad74749..15a72d6 100644 --- a/index.html +++ b/index.html @@ -1346,12 +1346,12 @@ pub fn complete_hello(ctx: &ShellContext) -> Suggest { cargo init # Add Mingling -cargo add mingling@0.4.0 +cargo add mingling@0.5.0
# Add the Mingling dependency
[dependencies.mingling]
-version = "0.4.0"
+version = "0.5.0"
features = [
"extras", # extra macro support
"picker", # argument picker
@@ -1361,7 +1361,7 @@ features = [
># Download and install mingling-cli
# https://mingling-rs.github.io/mingling/dist/
-mling proj-init 0.4.0@basic
+mling proj-init 0.5.0@basic
nano checklist.toml # Edit
# Run `proj-init` again to deploy
--
cgit