From 63c1790c909776945bcc33d185367d364c9313a8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 04:54:25 +0800 Subject: docs(changelog): prepare 0.2.1 release and add unreleased section --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4e61b61..499da03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,9 @@ exclude = [ ] [workspace.dependencies] -mingling_core = { path = "mingling_core", default-features = false } -mingling_macros = { path = "mingling_macros", default-features = false } -mingling_pathf = { path = "mingling_pathf", default-features = false } +mingling_core = { version = "0.2.1", default-features = false } +mingling_macros = { version = "0.2.1", default-features = false } +mingling_pathf = { version = "0.2.1", default-features = false } just_fmt = "0.1.2" just_template = "0.2.0" -- cgit