Skip to content

Commit

Permalink
Release 0.7.6
Browse files Browse the repository at this point in the history
poem@0.7.6
poem-derive@0.7.6
poem-lambda@0.7.6
poem-openapi@0.7.6
poem-openapi-derive@0.7.6

Generated by cargo-workspaces
  • Loading branch information
sunli829 committed Sep 30, 2021
1 parent 37da1b9 commit d53c91c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poem-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-derive"
version = "0.7.5"
version = "0.7.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for poem"
Expand Down
2 changes: 1 addition & 1 deletion poem-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-lambda"
version = "0.7.5"
version = "0.7.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Poem for AWS Lambda"
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 = "0.7.5"
version = "0.7.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for poem-openapi"
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 = "0.7.5"
version = "0.7.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "OpenAPI support for Poem."
Expand Down
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "0.7.5"
version = "0.7.6"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Poem is a full-featured and easy-to-use web framework with the Rust programming language."
Expand Down

0 comments on commit d53c91c

Please sign in to comment.