From 332c1025aaf5baec445331e2f0c4db05d1539a8f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 18 May 2026 15:42:46 +0800 Subject: Bump version to 0.1.9 --- docs/pages/1-creating-your-first-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pages') diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md index 56b7b90..aaf3171 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.8" +mingling = "0.1.9" # If you want the latest, try the version hosted on Github mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } -- cgit