Skip to content

Commit b14a4e6

Browse files
committed
Release 0.1.2.
Signed-off-by: David Calavera <[email protected]>
1 parent e9448e8 commit b14a4e6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

lambda-http/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[package]
22
name = "netlify_lambda_http"
33
version = "0.1.1"
4-
authors = [
5-
"Doug Tangren",
6-
"David Calavera <[email protected]"
7-
]
4+
authors = ["Doug Tangren", "David Calavera <[email protected]>"]
85
edition = "2018"
96
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
107
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]

lambda/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "netlify_lambda"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [
55
"David Barsky <[email protected]>",
6-
"David Calavera <[email protected]"
6+
"David Calavera <[email protected]>",
77
]
88
description = "AWS Lambda Runtime"
99
edition = "2018"
@@ -24,7 +24,7 @@ serde_json = "1.0.39"
2424
tower-service = "0.3"
2525
bytes = "0.5"
2626
http = "0.2"
27-
netlify_lambda_attributes = { path = "../lambda-attributes", version = "0.1.0", optional = true}
27+
netlify_lambda_attributes = { path = "../lambda-attributes", version = "0.1.0", optional = true }
2828
tracing = { version = "0.1", features = ["log"] }
2929
tracing-futures = "0.2"
3030
async-stream = "0.2"

0 commit comments

Comments
 (0)