summaryrefslogtreecommitdiff
path: root/mingling_macros
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-31 08:54:29 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-31 08:54:29 +0800
commit39f4f34cfdf940e1c74184edb3387ef8900ba4b4 (patch)
tree844c865be02b23d5681d7f1ed301c36614d612d7 /mingling_macros
parent4421fb2794f2af292f8781e7d12ae002a3f10a9b (diff)
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
Diffstat (limited to 'mingling_macros')
-rw-r--r--mingling_macros/Cargo.lock2
-rw-r--r--mingling_macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mingling_macros/Cargo.lock b/mingling_macros/Cargo.lock
index fcba9f1..3291624 100644
--- a/mingling_macros/Cargo.lock
+++ b/mingling_macros/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "mingling_macros"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"just_fmt",
"once_cell",
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"