From fbe831d29310e050f156355ece670c5a89f9d269 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 30 Jun 2026 22:47:07 +0800 Subject: chore: bump version to 0.2.1 and switch deps to path --- docs/_zh_CN/pages/1-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_zh_CN') diff --git a/docs/_zh_CN/pages/1-getting-started.md b/docs/_zh_CN/pages/1-getting-started.md index 03bb1be..0a872c2 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.0" +version = "0.2.1" features = [] ``` @@ -25,7 +25,7 @@ features = [] ```toml [dependencies.mingling] -version = "0.2.0" +version = "0.2.1" features = [ "parser", "comp", -- cgit