From 479cb2c1c0a34015a3653647796fa688fa187e9e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 31 May 2026 17:13:25 +0800 Subject: Switch mingling dependencies to local path references --- 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 37ca792..de15d3a 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -79,7 +79,7 @@ ron_serde_fmt = ["mingling_core/ron_serde_fmt"] extra_macros = ["mingling_macros/extra_macros"] [dependencies] -mingling_core = { version = "0.1.9", default-features = false } -mingling_macros = { version = "0.1.9", default-features = false } +mingling_core = { path = "../mingling_core", default-features = false } +mingling_macros = { path = "../mingling_macros", default-features = false } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } -- cgit