From fccf75949c63cd256ddeeaeed5ace7a51d2130c5 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 17 Jun 2025 10:42:15 +0900 Subject: [PATCH] v0.2.1: Fix async trait implementation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dba2945..323ec6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"