Skip to content

Commit f7e7504

Browse files
committed
Release version 0.11.0
- Release the new layering system for the runtime. Signed-off-by: David Calavera <[email protected]>
1 parent ddd22a3 commit f7e7504

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.10.0"
3+
version = "0.11.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -34,7 +34,7 @@ http = { workspace = true }
3434
http-body = { workspace = true }
3535
http-body-util = { workspace = true }
3636
hyper = { workspace = true }
37-
lambda_runtime = { version = "0.10.0", path = "../lambda-runtime" }
37+
lambda_runtime = { version = "0.11.0", path = "../lambda-runtime" }
3838
mime = "0.3"
3939
percent-encoding = "2.2"
4040
pin-project-lite = { workspace = true }

lambda-runtime-api-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_api_client"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = [
66
"David Calavera <[email protected]>",

lambda-runtime/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -36,7 +36,7 @@ hyper-util = { workspace = true, features = [
3636
"http1",
3737
"tokio",
3838
] }
39-
lambda_runtime_api_client = { version = "0.10", path = "../lambda-runtime-api-client" }
39+
lambda_runtime_api_client = { version = "0.11", path = "../lambda-runtime-api-client" }
4040
pin-project = "1"
4141
serde = { version = "1", features = ["derive", "rc"] }
4242
serde_json = "^1"

0 commit comments

Comments
 (0)