From 7ba15b0e8406d19657a58aa13a01f832c0c6ad7c Mon Sep 17 00:00:00 2001 From: Sunli Date: Thu, 9 Oct 2025 10:18:17 +0800 Subject: [PATCH] poem-mcp: 0.2.7 --- Cargo.toml | 2 +- poem-mcpserver-macros/Cargo.toml | 2 +- poem-mcpserver/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c44bb13..eaff0837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ poem = { path = "poem", version = "3.1.12", default-features = false } poem-derive = { path = "poem-derive", version = "3.1.12" } poem-openapi-derive = { path = "poem-openapi-derive", version = "5.1.15" } poem-grpc-build = { path = "poem-grpc-build", version = "0.5.6" } -poem-mcpserver-macros = { path = "poem-mcpserver-macros", version = "0.2.6" } +poem-mcpserver-macros = { path = "poem-mcpserver-macros", version = "0.2.7" } proc-macro-crate = "3.0.0" proc-macro2 = "1.0.29" diff --git a/poem-mcpserver-macros/Cargo.toml b/poem-mcpserver-macros/Cargo.toml index f3fb9471..7d382fb4 100644 --- a/poem-mcpserver-macros/Cargo.toml +++ b/poem-mcpserver-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-mcpserver-macros" -version = "0.2.6" +version = "0.2.7" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-mcpserver/Cargo.toml b/poem-mcpserver/Cargo.toml index 791a0c05..ebdc24e7 100644 --- a/poem-mcpserver/Cargo.toml +++ b/poem-mcpserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-mcpserver" -version = "0.2.6" +version = "0.2.7" authors.workspace = true edition.workspace = true license.workspace = true