Skip to content

Commit

Permalink
poem-openapi: 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Aug 18, 2023
1 parent 335ad28 commit c87ac44
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 @@ -21,7 +21,7 @@ rust-version = "1.64"
[workspace.dependencies]
poem = { path = "poem", version = "1.3.57", default-features = false }
poem-derive = { path = "poem-derive", version = "1.3.57" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.2" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "3.0.3" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.2.20" }

proc-macro-crate = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi-derive"
version = "3.0.2"
version = "3.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "3.0.2"
version = "3.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit c87ac44

Please sign in to comment.