aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
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</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