aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-18 15:42:46 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-18 15:42:46 +0800
commit332c1025aaf5baec445331e2f0c4db05d1539a8f (patch)
tree56101071b9634caa6fb82a7bfac9fbc964185ab6 /docs
parent491b034d02856dc64fb9e632e0d3e566a517247c (diff)
Bump version to 0.1.9
Diffstat (limited to 'docs')
-rw-r--r--docs/_zh_CN/pages/1-creating-your-first-program.md2
-rw-r--r--docs/pages/1-creating-your-first-program.md2
-rw-r--r--docs/res/guide.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/_zh_CN/pages/1-creating-your-first-program.md b/docs/_zh_CN/pages/1-creating-your-first-program.md
index efb9997..851eaa6 100644
--- a/docs/_zh_CN/pages/1-creating-your-first-program.md
+++ b/docs/_zh_CN/pages/1-creating-your-first-program.md
@@ -25,7 +25,7 @@
```toml
[dependencies]
-mingling = "0.1.8"
+mingling = "0.1.9"
# 如果您要尝鲜,可以试试 Github 上托管的版本
mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" }
diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md
index 56b7b90..aaf3171 100644
--- a/docs/pages/1-creating-your-first-program.md
+++ b/docs/pages/1-creating-your-first-program.md
@@ -25,7 +25,7 @@
```toml
[dependencies]
-mingling = "0.1.8"
+mingling = "0.1.9"
# If you want the latest, try the version hosted on Github
mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" }
diff --git a/docs/res/guide.txt b/docs/res/guide.txt
index cba666e..b498c6b 100644
--- a/docs/res/guide.txt
+++ b/docs/res/guide.txt
@@ -5,5 +5,5 @@
│ > cargo add mingling │
│ │
│ Or add this to your Cargo.toml │
- │ > mingling = "0.1.8" │
+ │ > mingling = "0.1.9" │
└────────────────────────────────────┘