Skip to content

Commit

Permalink
Release version 0.7.2 (#579)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>

Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored Dec 17, 2022
1 parent 595028e commit 9997b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "lambda_http"
version = "0.7.1"
version = "0.7.2"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
"Harold Sun <[email protected]>",
]
edition = "2021"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
Expand Down Expand Up @@ -46,4 +46,3 @@ features = ["alb", "apigw"]
log = "^0.4"
maplit = "1.0"
tokio = { version = "1.0", features = ["macros"] }

2 changes: 1 addition & 1 deletion lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime"
version = "0.7.1"
version = "0.7.2"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down

0 comments on commit 9997b9d

Please sign in to comment.