summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-06 16:05:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-06 16:05:01 +0800
commite87d727b8028e9e9f1da78e26548f703bb634035 (patch)
tree1d4312c295cd1e2912865a147349a086d07598c9
parent2fe5dbd9a3e71da6cf8d3ef500a54411e23a8514 (diff)
Update mingling_core and mingling_macros to version 0.1.30.1.4
-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 }