summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-06 16:05:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-06 16:06:11 +0800
commitbd9d4006b6e97f26dfb732899a4c4d839558917c (patch)
tree8177d5b9d73bcd0b954ef465c6a9e757e72c93ec /mingling/Cargo.toml
parent2fe5dbd9a3e71da6cf8d3ef500a54411e23a8514 (diff)
Update mingling_core and mingling_macros to version 0.1.3
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 30a004b..493b8d0 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -27,7 +27,7 @@ general_renderer = [
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.3", default-features = false }
+mingling_macros = { version = "0.1.3", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }