Skip to content

Commit 4dd6817

Browse files
authored
Updated versions to 0.4.1 for release to crates.io (#343)
1 parent 324c5ce commit 4dd6817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambda-http/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Doug Tangren"]
55
edition = "2018"
66
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
1919
[dependencies]
2020
base64 = "0.13.0"
2121
http = "0.2"
22-
lambda_runtime = { path = "../lambda-runtime", version = "0.4" }
22+
lambda_runtime = { path = "../lambda-runtime", version = "0.4.1" }
2323
serde = { version = "^1", features = ["derive"] }
2424
serde_json = "^1"
2525
serde_urlencoded = "0.7.0"

lambda-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["David Barsky <[email protected]>"]
55
description = "AWS Lambda Runtime"
66
edition = "2018"

0 commit comments

Comments
 (0)