From 8f1cf091f62a36e30b8cf3e97b0de7eaec58e1bf Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 2 Mar 2026 13:45:42 +0800 Subject: Bump version to 0.1.2 and add From impls for &str and Cow --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b74572a..42e6c3c 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.1" +version = "0.1.2" edition = "2024" readme = "README.md" -- cgit