Skip to content

Commit

Permalink
poem-gpc 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Sep 8, 2024
1 parent 3887d07 commit 1603fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1603fc1

Please sign in to comment.