From e87d727b8028e9e9f1da78e26548f703bb634035 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Apr 2026 16:05:01 +0800 Subject: Update mingling_core and mingling_macros to version 0.1.3 --- mingling/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 30a004b..493b8d0 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -27,7 +27,7 @@ general_renderer = [ parser = ["dep:size"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.3", default-features = false } +mingling_macros = { version = "0.1.3", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } -- cgit