From b8e9f402ba253f35058d79e1246411a3c9d2588c Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 10 Apr 2026 04:54:27 +0100 Subject: [PATCH] chore: patch bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bcad99..c1e86cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "guestbook" -version = "0.2.3" +version = "0.2.4" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 1bdcf93..adf144d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guestbook" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "A self-hosted guestbook page to let visitors to your site leave behind written messages, drawings, and voice notes, with spam-prevention and moderation via Telegram bot." license = "MIT"