diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
| commit | fbe831d29310e050f156355ece670c5a89f9d269 (patch) | |
| tree | fa90297add21d225b4a5ba9edb77004165f2f3e5 /docs/pages | |
| parent | 9bbb5eb14aa54fea87d55c25e5117c6202776359 (diff) | |
chore: bump version to 0.2.1 and switch deps to pathnext
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/1-getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/1-getting-started.md b/docs/pages/1-getting-started.md index c3527db..a701d7a 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.0" +version = "0.2.1" features = [] ``` @@ -25,7 +25,7 @@ Some features **directly affect the entire lifecycle behavior**, so you need to ```toml [dependencies.mingling] -version = "0.2.0" +version = "0.2.1" features = [ "parser", "comp", |
