From 920c28f434fedde6e3568a0f5dee00d74ab2f1b3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 02:32:25 +0800 Subject: docs: Update mingling version references from 0.2 to 0.2.0 --- docs/pages/1-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages') 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", -- cgit