diff --git a/Cargo.toml b/Cargo.toml index cc982197c7..c9e44b4f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rust-version = "1.75" poem = { path = "poem", version = "3.0.4", default-features = false } poem-derive = { path = "poem-derive", version = "3.0.4" } poem-openapi-derive = { path = "poem-openapi-derive", version = "5.0.3" } -poem-grpc-build = { path = "poem-grpc-build", version = "0.4.2" } +poem-grpc-build = { path = "poem-grpc-build", version = "0.5.0" } proc-macro-crate = "3.0.0" proc-macro2 = "1.0.29" diff --git a/poem-grpc-build/Cargo.toml b/poem-grpc-build/Cargo.toml index dfa382455f..34500d3355 100644 --- a/poem-grpc-build/Cargo.toml +++ b/poem-grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc-build" -version = "0.4.2" +version = "0.5.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index deaa20dd6d..01a6aa3a12 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc" -version = "0.4.3" +version = "0.5.0" authors.workspace = true edition.workspace = true license.workspace = true