Skip to content

Commit e020a73

Browse files
committed
chore: add msrv in Cargo manifests
1 parent c511046 commit e020a73

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

lambda-events/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "aws_lambda_events"
33
version = "0.16.0"
4+
rust-version = "1.81.0"
45
description = "AWS Lambda event definitions"
56
authors = [
67
"Christian Legnitto <[email protected]>",

lambda-extension/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "lambda-extension"
33
version = "0.11.0"
44
edition = "2021"
5+
rust-version = "1.81.0"
56
authors = [
67
"David Calavera <[email protected]>",
78
"Harold Sun <[email protected]>",

lambda-http/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [
66
"Harold Sun <[email protected]>",
77
]
88
edition = "2021"
9+
rust-version = "1.81.0"
910
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
1011
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
1112
license = "Apache-2.0"

lambda-integration-tests/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "aws_lambda_rust_integration_tests"
33
version = "0.1.0"
44
authors = ["Maxime David"]
55
edition = "2021"
6+
rust-version = "1.81.0"
67
description = "AWS Lambda Runtime integration tests"
78
license = "Apache-2.0"
89
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"

lambda-runtime-api-client/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "lambda_runtime_api_client"
33
version = "0.11.1"
44
edition = "2021"
5+
rust-version = "1.81.0"
56
authors = [
67
"David Calavera <[email protected]>",
78
"Harold Sun <[email protected]>",

lambda-runtime/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
]
88
description = "AWS Lambda Runtime"
99
edition = "2021"
10+
rust-version = "1.81.0"
1011
license = "Apache-2.0"
1112
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
1213
categories = ["web-programming::http-server"]

0 commit comments

Comments
 (0)