diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 02:32:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 02:32:25 +0800 |
| commit | 920c28f434fedde6e3568a0f5dee00d74ab2f1b3 (patch) | |
| tree | 9493da53b77ed56acfcf7cf83eaedf9f359d7284 /docs | |
| parent | 353fdc5b539aae0479c7404d0ed6404f82bf633a (diff) | |
docs: Update mingling version references from 0.2 to 0.2.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_zh_CN/pages/1-getting-started.md | 4 | ||||
| -rw-r--r-- | docs/pages/1-getting-started.md | 4 | ||||
| -rw-r--r-- | docs/res/guide.txt | 2 |
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 2961464..03bb1be 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" +version = "0.2.0" features = [] ``` @@ -25,7 +25,7 @@ features = [] ```toml [dependencies.mingling] -version = "0.2" +version = "0.2.0" features = [ "parser", "comp", diff --git a/docs/pages/1-getting-started.md b/docs/pages/1-getting-started.md index 4832191..5e746d3 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" +version = "0.2.0" features = [] ``` @@ -25,7 +25,7 @@ Some features will **directly affect the behavior of the entire lifecycle**, so ```toml [dependencies.mingling] -version = "0.2" +version = "0.2.0" features = [ "parser", "comp", diff --git a/docs/res/guide.txt b/docs/res/guide.txt index b498c6b..0582f87 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.9" │ + │ > mingling = "0.2.0" │ └────────────────────────────────────┘ |
