Skip to content

Commit

Permalink
Updated versions to 0.4.1 for release to crates.io (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonweaver authored Sep 8, 2021
1 parent 324c5ce commit 4dd6817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4.0"
version = "0.4.1"
authors = ["Doug Tangren"]
edition = "2018"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
Expand All @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
base64 = "0.13.0"
http = "0.2"
lambda_runtime = { path = "../lambda-runtime", version = "0.4" }
lambda_runtime = { path = "../lambda-runtime", version = "0.4.1" }
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
serde_urlencoded = "0.7.0"
Expand Down
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.4.0"
version = "0.4.1"
authors = ["David Barsky <[email protected]>"]
description = "AWS Lambda Runtime"
edition = "2018"
Expand Down

0 comments on commit 4dd6817

Please sign in to comment.