Skip to content

Commit f00a743

Browse files
RUST-2197 Bump MSRV to 1.74.0 (#1355)
1 parent 293fdc3 commit f00a743

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.evergreen/aws-lambda-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project contains source code and supporting files for a serverless applicat
88

99
The application uses several AWS resources, including Lambda functions and an API Gateway API. These resources are defined in the `template.yaml` file in this project. You can update the template to add AWS resources through the same deployment process that updates your application code.
1010

11-
If you prefer to use an integrated development environment (IDE) to build and test your application, you can use the AWS Toolkit.
11+
If you prefer to use an integrated development environment (IDE) to build and test your application, you can use the AWS Toolkit.
1212
The AWS Toolkit is an open source plug-in for popular IDEs that uses the SAM CLI to build and deploy serverless applications on AWS. The AWS Toolkit also adds a simplified step-through debugging experience for Lambda function code. See the following links to get started.
1313

1414
* [CLion](https://docs.aws.amazon.com/toolkit-for-jetbrains/latest/userguide/welcome.html)
@@ -33,7 +33,7 @@ To deploy the application, you need the folllowing tools:
3333

3434
* SAM CLI - [Install the SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
3535
* Docker - [Install Docker community edition](https://hub.docker.com/search/?type=edition&offering=community)
36-
* [Rust](https://www.rust-lang.org/) version 1.71.1 or newer
36+
* [Rust](https://www.rust-lang.org/) version 1.74.0 or newer
3737
* [cargo-lambda](https://github.com/cargo-lambda/cargo-lambda) for cross-compilation
3838

3939
To build and deploy your application for the first time, run the following in your shell:

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ tasks:
788788
- func: "compile only"
789789
vars:
790790
# Our minimum supported Rust version. This should be updated whenever the MSRV is bumped.
791-
RUST_VERSION: 1.71.1
791+
RUST_VERSION: 1.74.0
792792

793793
- name: check-cargo-deny
794794
tags: [lint]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For more details, including features, runnable examples, troubleshooting resourc
77

88
## Installation
99
### Requirements
10-
- Rust 1.71.1+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
10+
- Rust 1.74.0+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
1111
- MongoDB 4.0+
1212

1313
#### Supported Platforms
@@ -149,7 +149,7 @@ Commits to main are run automatically on [evergreen](https://evergreen.mongodb.c
149149

150150
## Minimum supported Rust version (MSRV) policy
151151

152-
The MSRV for this crate is currently 1.71.1. Increases to the MSRV will only happen in a minor or major version release, and will be to a Rust version at least six months old.
152+
The MSRV for this crate is currently 1.74.0. Increases to the MSRV will only happen in a minor or major version release, and will be to a Rust version at least six months old.
153153

154154
## License
155155

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.71.1"
1+
msrv = "1.74.0"

0 commit comments

Comments
 (0)