From 42be9c87822e0255e335b51b1c7c48ac809d6144 Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk Date: Sat, 4 Jul 2026 02:07:20 +0200 Subject: [PATCH] bump poet version to 0.7.0 --- Cargo.lock | 2 +- poet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fd85d5..96dca19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "poet" -version = "0.6.2" +version = "0.7.0" dependencies = [ "actix", "actix-cors", diff --git a/poet/Cargo.toml b/poet/Cargo.toml index e1951b4..c97dcf5 100644 --- a/poet/Cargo.toml +++ b/poet/Cargo.toml @@ -2,7 +2,7 @@ description = "Static site generator with optional MCP server and LLM SEO optimizations" license = "Apache-2.0" name = "poet" -version = "0.6.2" +version = "0.7.0" edition = "2024" [dependencies]