From 89571fa6ef2ffb5e044d714627460a46e7f76ca2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 7 May 2026 13:18:23 +0800 Subject: Update mingling from 0.1.7 to 0.1.8 --- docs/_zh_CN/pages/1-creating-your-first-program.md | 2 +- docs/pages/1-creating-your-first-program.md | 2 +- docs/res/guide.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/_zh_CN/pages/1-creating-your-first-program.md b/docs/_zh_CN/pages/1-creating-your-first-program.md index d1ff0ae..ae0fef5 100644 --- a/docs/_zh_CN/pages/1-creating-your-first-program.md +++ b/docs/_zh_CN/pages/1-creating-your-first-program.md @@ -25,7 +25,7 @@ ```toml [dependencies] -mingling = "0.1.7" +mingling = "0.1.8" # 如果您要尝鲜,可以试试 Github 上托管的版本 mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md index 1dacb82..40690c7 100644 --- a/docs/pages/1-creating-your-first-program.md +++ b/docs/pages/1-creating-your-first-program.md @@ -25,7 +25,7 @@ ```toml [dependencies] -mingling = "0.1.7" +mingling = "0.1.8" # If you want the latest, try the version hosted on Github mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/docs/res/guide.txt b/docs/res/guide.txt index 8f64d93..cba666e 100644 --- a/docs/res/guide.txt +++ b/docs/res/guide.txt @@ -5,5 +5,5 @@ │ > cargo add mingling │ │ │ │ Or add this to your Cargo.toml │ - │ > mingling = "0.1.7" │ + │ > mingling = "0.1.8" │ └────────────────────────────────────┘ -- cgit