Skip to content

Commit 0ac259a

Browse files
author
David Barsky
authored
Prepare Release (#103)
1 parent b97d112 commit 0ac259a

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambda-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Doug Tangren"]
55
edition = "2018"
66
description = "Rust API Gateway proxy event interfaces for AWS Lambda"

lambda-runtime-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_client"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Stefano Buliani", "David Barsky"]
55
edition = "2018"
66
description = "Client SDK for AWS Lambda's runtime APIs"

lambda-runtime-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Stefano Buliani", "David Barsky"]
55
description = "Rust runtime for AWS Lambda"
66
keywords = ["AWS", "Lambda", "Runtime", "Rust"]

lambda-runtime-errors-derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_errors_derive"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Stefano Buliani", "David Barsky"]
55
edition = "2018"
66
description = "Rust runtime errors derive for AWS Lambda"
@@ -18,7 +18,7 @@ quote = "^0.6"
1818

1919
[dev-dependencies]
2020
lambda_runtime_errors = { path = "../lambda-runtime-errors", version = "^0.1" }
21-
failure = "^0.1"
21+
failure = "^0.1.5"
2222

2323
[lib]
2424
proc-macro = true

lambda-runtime-errors/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_errors"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Stefano Buliani", "David Barsky"]
55
edition = "2018"
66
description = "Rust runtime errors for AWS Lambda"
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/lambda_runtime_errors"
1212

1313
[dependencies]
1414
log = "^0.4"
15-
failure = "^0.1"
15+
failure = "^0.1.5"
1616
serde_json = "^1"
1717
lambda_runtime_errors_derive = { path = "../lambda-runtime-errors-derive", version = "^0.1" }
1818

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.2.0"
3+
version = "0.2.1"
44
authors = ["Stefano Buliani", "David Barsky"]
55
edition = "2018"
66
description = "Rust runtime for AWS Lambda"

0 commit comments

Comments
 (0)