From 8d6b68804768e873e6627b61fd34a551bf4090e6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 2 Mar 2026 22:10:44 +0800 Subject: Bump version to 0.1.3 Fix empty impl block generating unnecessary newlines --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit