aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-04 04:16:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-04 04:17:34 +0800
commit47b39f446a7f744c37e52975d3f65345b01fff07 (patch)
treef2e3b5ace81b006fa692e55f36b958ebf31eddbf /mingling/Cargo.toml
parent37a547ecc83ea548ebab35cae99210bb01a52442 (diff)
Switch to published crates and update README for v0.1.70.1.7
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 61a6c2b..61fca91 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -36,7 +36,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.7", default-features = false }
+mingling_macros = { version = "0.1.7", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }