summaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-01 20:34:45 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-01 20:34:45 +0800
commit7dbd10190e91cf57c24d95c9084517567ab556e6 (patch)
tree990000287fd285d4f6c8f143819e253cfe07b09d /mingling
parentdddbd59ae526f5d2c86446c20095bd4fba6f6b94 (diff)
Update mingling_core and mingling_macros to version 0.1.20.1.3
Diffstat (limited to 'mingling')
-rw-r--r--mingling/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 8f0e439..10bf41d 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -25,7 +25,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.2", default-features = false }
+mingling_macros = { version = "0.1.2", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }