From 332c1025aaf5baec445331e2f0c4db05d1539a8f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 18 May 2026 15:42:46 +0800 Subject: Bump version to 0.1.9 --- 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 6322e79..da85eaf 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 = { version = "0.1.8", default-features = false } -mingling_macros = { version = "0.1.8", 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