aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-20 16:14:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-20 16:15:15 +0800
commitc705d0178bc8f69c97bfc13464d853434af13431 (patch)
tree642273369cb55da6fed6f9492c73fe4bf661ddd8 /mingling/Cargo.toml
parent53c65ff60f87ab799772c95442fa0a27c45551e4 (diff)
Update core and macros dependencies to version 0.1.60.1.6
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 4c3b71b..74e7fbd 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -30,7 +30,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.6", default-features = false }
+mingling_macros = { version = "0.1.6", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }