Skip to content

Commit

Permalink
Release lambda-http 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bnusunny committed Feb 13, 2024
1 parent 3567f28 commit 065d77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lambda-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws_lambda_events"
version = "0.13.1"
version = "0.13.2"
description = "AWS Lambda event definitions"
authors = [
"Christian Legnitto <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "0.9.2"
version = "0.9.3"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@ url = "2.2"

[dependencies.aws_lambda_events]
path = "../lambda-events"
version = "0.13.1"
version = "0.13.2"
default-features = false
features = ["alb", "apigw"]

Expand Down

0 comments on commit 065d77d

Please sign in to comment.