aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-02 04:54:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-02 05:00:05 +0800
commit63c1790c909776945bcc33d185367d364c9313a8 (patch)
tree0b0211bf9b47acbb3eedc91b5652783e623ba8ea /Cargo.toml
parent8128f2c94313b2e9b9d0b5c3350623f77bbb2521 (diff)
docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1
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 4e61b61..499da03 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.1", default-features = false }
+mingling_macros = { version = "0.2.1", default-features = false }
+mingling_pathf = { version = "0.2.1", default-features = false }
just_fmt = "0.1.2"
just_template = "0.2.0"