Skip to content

Commit 2862581

Browse files
authored
Bump version for runtime and runtime-api-client (#999)
lambda_runtime 0.14.1 lambda_runtime_api_client 0.12.1
1 parent 5d3e916 commit 2862581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambda-runtime-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime_api_client"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
rust-version = "1.81.0"
66
authors = [

lambda-runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -45,7 +45,7 @@ hyper-util = { workspace = true, features = [
4545
"tokio",
4646
] }
4747
lambda-extension = { version = "0.12.0", path = "../lambda-extension", default-features = false, optional = true }
48-
lambda_runtime_api_client = { version = "0.12.0", path = "../lambda-runtime-api-client", default-features = false }
48+
lambda_runtime_api_client = { version = "0.12.1", path = "../lambda-runtime-api-client", default-features = false }
4949
miette = { version = "7.2.0", optional = true }
5050
opentelemetry-semantic-conventions = { version = "0.29", optional = true, features = ["semconv_experimental"] }
5151
pin-project = "1"

0 commit comments

Comments
 (0)