Skip to content

Commit 9cdf6c3

Browse files
author
Mara Pindaru
committed
Bump all package versions to 1.0.0
1 parent bfc73a6 commit 9cdf6c3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lambda-events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws_lambda_events"
3-
version = "0.18.0"
3+
version = "1.0.0"
44
rust-version = "1.82.0"
55
description = "AWS Lambda event definitions"
66
authors = [

lambda-extension/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-extension"
3-
version = "0.12.2"
3+
version = "1.0.0"
44
edition = "2021"
55
rust-version = "1.82.0"
66
authors = [
@@ -25,7 +25,7 @@ http = { workspace = true }
2525
http-body-util = { workspace = true }
2626
hyper = { workspace = true, features = ["http1", "client", "server"] }
2727
hyper-util = { workspace = true }
28-
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client" }
28+
lambda_runtime_api_client = { version = "1.0", path = "../lambda-runtime-api-client" }
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "^1"
3131
tokio = { version = "1.0", features = [

lambda-http/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.17.0"
3+
version = "1.0.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -38,7 +38,7 @@ http = { workspace = true }
3838
http-body = { workspace = true }
3939
http-body-util = { workspace = true }
4040
hyper = { workspace = true }
41-
lambda_runtime = { version = "0.14.3", path = "../lambda-runtime" }
41+
lambda_runtime = { version = "1.0", path = "../lambda-runtime" }
4242
mime = "0.3"
4343
percent-encoding = "2.2"
4444
pin-project-lite = { workspace = true }
@@ -50,14 +50,14 @@ url = "2.2"
5050

5151
[dependencies.aws_lambda_events]
5252
path = "../lambda-events"
53-
version = "0.18.0"
53+
version = "1.0"
5454
default-features = false
5555
features = ["alb", "apigw"]
5656

5757
[dev-dependencies]
5858
axum-core = "0.5.4"
5959
axum-extra = { version = "0.10.2", features = ["query"] }
60-
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client" }
60+
lambda_runtime_api_client = { version = "1.0", path = "../lambda-runtime-api-client" }
6161
log = "^0.4"
6262
maplit = "1.0"
6363
tokio = { version = "1.0", features = ["macros"] }

lambda-integration-tests/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-integration-tests"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Maxime David"]
55
edition = "2021"
66
rust-version = "1.82.0"

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.4"
3+
version = "1.0.0"
44
edition = "2021"
55
rust-version = "1.82.0"
66
authors = [

lambda-runtime/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.14.4"
3+
version = "1.0.0"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",
@@ -37,8 +37,8 @@ http = { workspace = true }
3737
http-body-util = { workspace = true }
3838
http-serde = { workspace = true }
3939
hyper = { workspace = true, features = ["http1", "client"] }
40-
lambda-extension = { version = "0.12.2", path = "../lambda-extension", default-features = false, optional = true }
41-
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client", default-features = false }
40+
lambda-extension = { version = "1.0", path = "../lambda-extension", default-features = false, optional = true }
41+
lambda_runtime_api_client = { version = "1.0", path = "../lambda-runtime-api-client", default-features = false }
4242
miette = { version = "7.2.0", optional = true }
4343
opentelemetry-semantic-conventions = { version = "0.31", optional = true, features = ["semconv_experimental"] }
4444
pin-project = "1"

0 commit comments

Comments
 (0)