summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-02 22:10:44 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-02 22:10:44 +0800
commit8d6b68804768e873e6627b61fd34a551bf4090e6 (patch)
tree4ae0ec9af2b9bbd7fe286d2a24b64066de43595f /Cargo.toml
parent8f1cf091f62a36e30b8cf3e97b0de7eaec58e1bf (diff)
Bump version to 0.1.3HEAD0.1.3master
Fix empty impl block generating unnecessary newlines
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42e6c3c..63f61e0 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.2"
+version = "0.1.3"
edition = "2024"
readme = "README.md"