aboutsummaryrefslogtreecommitdiff
path: root/docs/_zh_CN
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-07 13:18:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-07 13:18:23 +0800
commit89571fa6ef2ffb5e044d714627460a46e7f76ca2 (patch)
tree030aca1b7a8dac1daf4fcc02394fc3331874eef2 /docs/_zh_CN
parent44d7c652eb1230ea0fd44d5b641fbb3c2a53fae3 (diff)
Update mingling from 0.1.7 to 0.1.8
Diffstat (limited to 'docs/_zh_CN')
-rw-r--r--docs/_zh_CN/pages/1-creating-your-first-program.md2
1 files changed, 1 insertions, 1 deletions
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" }