From 3fef6181b72f926798825785d0236562f3380233 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 01:16:26 +0800 Subject: chore: bump mingling crates from 0.2.1 to 0.2.2 --- mingling_core/tests/test-basic/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mingling_core/tests/test-basic/Cargo.lock') diff --git a/mingling_core/tests/test-basic/Cargo.lock b/mingling_core/tests/test-basic/Cargo.lock index 8aecb31..4fb3bda 100644 --- a/mingling_core/tests/test-basic/Cargo.lock +++ b/mingling_core/tests/test-basic/Cargo.lock @@ -10,7 +10,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.2.1" +version = "0.2.2" dependencies = [ "mingling_core", "mingling_macros", @@ -18,14 +18,14 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.2.1" +version = "0.2.2" dependencies = [ "just_fmt", ] [[package]] name = "mingling_macros" -version = "0.2.1" +version = "0.2.2" dependencies = [ "just_fmt", "proc-macro2", -- cgit