We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595028e commit 9997b9dCopy full SHA for 9997b9d
lambda-http/Cargo.toml
@@ -1,9 +1,9 @@
1
[package]
2
name = "lambda_http"
3
-version = "0.7.1"
+version = "0.7.2"
4
authors = [
5
"David Calavera <dcalaver@amazon.com>",
6
- "Harold Sun <sunhua@amazon.com>"
+ "Harold Sun <sunhua@amazon.com>",
7
]
8
edition = "2021"
9
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
@@ -46,4 +46,3 @@ features = ["alb", "apigw"]
46
log = "^0.4"
47
maplit = "1.0"
48
tokio = { version = "1.0", features = ["macros"] }
49
-
lambda-runtime/Cargo.toml
@@ -1,6 +1,6 @@
name = "lambda_runtime"
"Harold Sun <sunhua@amazon.com>",
0 commit comments