From 41e076651196cf6066a73d88ce11635be35f0f26 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Jul 2026 01:55:22 +0800 Subject: chore: bump workspace version to 0.3.0 --- docs/pages/1-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages/1-getting-started.md') 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", -- cgit