aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-11 01:55:22 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-11 01:55:22 +0800
commit41e076651196cf6066a73d88ce11635be35f0f26 (patch)
tree33b9799d12823caeac34b8f708c87704c350d1a6 /docs
parent9245799135458d9afd5e779b6d061cee0962d585 (diff)
chore: bump workspace version to 0.3.0
Diffstat (limited to 'docs')
-rw-r--r--docs/_zh_CN/pages/1-getting-started.md4
-rw-r--r--docs/pages/1-getting-started.md4
-rw-r--r--docs/res/guide.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/_zh_CN/pages/1-getting-started.md b/docs/_zh_CN/pages/1-getting-started.md
index 6dd1dea..84870b2 100644
--- a/docs/_zh_CN/pages/1-getting-started.md
+++ b/docs/_zh_CN/pages/1-getting-started.md
@@ -13,7 +13,7 @@ cd my-cli
```toml
[dependencies.mingling]
-version = "0.2.2"
+version = "0.3.0"
features = []
```
@@ -25,7 +25,7 @@ features = []
```toml
[dependencies.mingling]
-version = "0.2.2"
+version = "0.3.0"
features = [
"parser",
"comp",
diff --git a/docs/pages/1-getting-started.md b/docs/pages/1-getting-started.md
index 796c6bb..2f31d69 100644
--- a/docs/pages/1-getting-started.md
+++ b/docs/pages/1-getting-started.md
@@ -13,7 +13,7 @@ Add the following to `Cargo.toml`:
```toml
[dependencies.mingling]
-version = "0.2.2"
+version = "0.3.0"
features = []
```
@@ -25,7 +25,7 @@ Some features **directly affect the entire lifecycle behavior**, so you need to
```toml
[dependencies.mingling]
-version = "0.2.2"
+version = "0.3.0"
features = [
"parser",
"comp",
diff --git a/docs/res/guide.txt b/docs/res/guide.txt
index f0d7652..657c7ca 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.2.2" │
+ │ > mingling = "0.3.0" │
└────────────────────────────────────┘