From 58307e49e24bbbff55846147d97fbe60054486cc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 03:11:05 +0800 Subject: feat: bump just_template to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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" -- cgit