Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lambda-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "aws_lambda_events"
version = "0.16.0"
rust-version = "1.81.0"
description = "AWS Lambda event definitions"
authors = [
"Christian Legnitto <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "lambda-extension"
version = "0.11.0"
edition = "2021"
rust-version = "1.81.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Harold Sun <[email protected]>",
]
edition = "2021"
rust-version = "1.81.0"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions lambda-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "aws_lambda_rust_integration_tests"
version = "0.1.0"
authors = ["Maxime David"]
edition = "2021"
rust-version = "1.81.0"
description = "AWS Lambda Runtime integration tests"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
Expand Down
1 change: 1 addition & 0 deletions lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "lambda_runtime_api_client"
version = "0.11.1"
edition = "2021"
rust-version = "1.81.0"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
description = "AWS Lambda Runtime"
edition = "2021"
rust-version = "1.81.0"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
categories = ["web-programming::http-server"]
Expand Down
Loading