From 39f4f34cfdf940e1c74184edb3387ef8900ba4b4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 31 Mar 2026 08:54:29 +0800 Subject: Update workspace dependencies and feature structure - Bump mingling and mingling_macros to version 0.1.2 - Move macros from mingling_core to mingling crate - Remove unused transitive dependencies from Cargo.lock - Simplify tokio features in mingling_core - Adjust feature dependencies between crates --- mingling_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_macros/Cargo.toml') diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 1f4cb89..d8631a3 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling_macros" -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/catilgrass/mingling" -- cgit