aboutsummaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-12 02:00:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-12 02:00:54 +0800
commit3d014680d2e94018f72435b6f1e719697acf7e6d (patch)
tree6362b60ead5baec15f0381751a1354310f93e0b7 /mingling
parent21bb211dca7ae7428a257e4006e54c10b97f8867 (diff)
Update mingling_macros to version 0.1.4
Diffstat (limited to 'mingling')
-rw-r--r--mingling/Cargo.lock2
-rw-r--r--mingling/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 8ec7cb7..a6682ed 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 3d08662..8b41a83 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -29,7 +29,7 @@ comp = ["mingling_core/comp", "mingling_macros/comp"]
parser = ["dep:size"]
[dependencies]
-mingling_core = { path = "../mingling_core", default-features = false }
-mingling_macros = { path = "../mingling_macros", default-features = false }
+mingling_core = { version = "0.1.4", default-features = false }
+mingling_macros = { version = "0.1.4", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }