From 20cfb778f1e68d46f1473b2f6d9ca0396075e2c3 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 18 May 2026 12:22:43 +0800 Subject: Switch mingling_core and mingling_macros to use published crate versions --- mingling/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index da85eaf..6322e79 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -65,7 +65,7 @@ toml_serde_fmt = ["mingling_core/toml_serde_fmt"] ron_serde_fmt = ["mingling_core/ron_serde_fmt"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.8", default-features = false } +mingling_macros = { version = "0.1.8", default-features = false } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } -- cgit