Skip to content

Commit 0a15373

Browse files
authored
Prepare 0.2 release [#74]
1 parent 50b71ae commit 0a15373

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+4-4
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
@@ -20,7 +20,7 @@ http = "0.1"
2020
serde = "^1"
2121
serde_json = "^1"
2222
serde_derive = "^1"
23-
lambda_runtime = { path = "../lambda-runtime", version = "^0.1" }
23+
lambda_runtime = { path = "../lambda-runtime", version = "^0.2" }
2424
tokio = "^0.1"
2525
base64 = "0.10"
2626
failure = "0.1"

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.1.0"
3+
version = "0.2.0"
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
@@ -17,7 +17,7 @@ tokio = "^0.1"
1717
backtrace = "^0.3"
1818
chrono = "^0.4"
1919
failure = "^0.1"
20-
lambda_runtime_client = { path = "../lambda-runtime-client", version = "^0.1" }
20+
lambda_runtime_client = { path = "../lambda-runtime-client", version = "^0.2" }
2121
lambda_runtime_errors = { path = "../lambda-runtime-errors", version = "^0.1" }
2222

2323
[dev-dependencies]

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

0 commit comments

Comments
 (0)