aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-29 03:11:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-29 03:11:05 +0800
commit58307e49e24bbbff55846147d97fbe60054486cc (patch)
tree98264adbc13918bfaa004e9b07f744ebe8ec0ef5
parent8d6b68804768e873e6627b61fd34a551bf4090e6 (diff)
feat: bump just_template to 0.2.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42ac6be..d6a39f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "just_template"
-version = "0.1.3"
+version = "0.2.0"
dependencies = [
"just_fmt",
]
diff --git a/Cargo.toml b/Cargo.toml
index 63f61e0..5ffa63a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "just_template"
authors = ["Weicao-CatilGrass"]
description = "a tool for code gen via templates"
-version = "0.1.3"
+version = "0.2.0"
edition = "2024"
readme = "README.md"