diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-10 01:12:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-10 01:12:23 +0800 |
| commit | d8b6281559002270ee10d79ced3b353fbb35607b (patch) | |
| tree | 384dfa2f8c9146034da3d7424cc223e713a08cfd /docs/pages/1-getting-started.md | |
| parent | e260a5e4cc1ea727fa32aa6e61c0e0f4e9a89f9c (diff) | |
chore: bump version to 0.2.2
Diffstat (limited to 'docs/pages/1-getting-started.md')
| -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 a701d7a..796c6bb 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.1" +version = "0.2.2" features = [] ``` @@ -25,7 +25,7 @@ Some features **directly affect the entire lifecycle behavior**, so you need to ```toml [dependencies.mingling] -version = "0.2.1" +version = "0.2.2" features = [ "parser", "comp", |
