aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-10 01:26:21 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-10 01:31:09 +0800
commit73d0f0185f94a8733dfb5eb538298447ab8977b3 (patch)
tree1d83a04d4e9188bb7f731705dda4b1127b677fe5 /Cargo.toml
parent3fef6181b72f926798825785d0236562f3380233 (diff)
chore: switch workspace dependencies from path to versioned 0.2.20.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b052a2c..dba7264 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,9 @@ exclude = [
]
[workspace.dependencies]
-mingling_core = { path = "mingling_core", default-features = false }
-mingling_macros = { path = "mingling_macros", default-features = false }
-mingling_pathf = { path = "mingling_pathf", default-features = false }
+mingling_core = { version = "0.2.2", default-features = false }
+mingling_macros = { version = "0.2.2", default-features = false }
+mingling_pathf = { version = "0.2.2", default-features = false }
just_fmt = "0.1.2"
just_template = "0.2.0"