diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-17 00:05:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-17 00:05:53 +0800 |
| commit | 62d2f8637da3274fc22debb62b79f15e521d503e (patch) | |
| tree | f5fc81a6c04c81f17175f84ac3c7ee2684d6700e /index.html | |
| parent | 70b6cba4411f8cf41495c554141ecb66c92114d6 (diff) | |
chore(release): bump version to 0.5.0
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1346,12 +1346,12 @@ pub fn complete_hello(ctx: &ShellContext) -> Suggest { cargo init # Add Mingling -cargo add mingling@0.4.0</code></pre> +cargo add mingling@0.5.0</code></pre> <pre class="carousel-code" ><code class="language-toml"># 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 = [ ><code class="language-bash"># 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 |
