Skip to content

Commit a55919e

Browse files
authored
RUST-2116: bump msrv to 1.71.1 (#1265)
1 parent bde6ade commit a55919e

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.evergreen/MSRV-Cargo.toml.diff

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
116a117
2-
> url = "=2.5.2"
3-
144c145
4-
< version = "1.17.0"
5-
---
6-
> version = "=1.38.0"
7-
153c154
8-
< version = "0.7.0"
9-
---
10-
> version = "=0.7.11"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.67.0 or newer
36+
* [Rust](https://www.rust-lang.org/) version 1.71.1 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
@@ -750,7 +750,7 @@ tasks:
750750
- func: "compile only"
751751
vars:
752752
# Our minimum supported Rust version. This should be updated whenever the MSRV is bumped.
753-
RUST_VERSION: 1.67.0
753+
RUST_VERSION: 1.71.1
754754

755755
- name: check-cargo-deny
756756
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.67+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
10+
- Rust 1.71.1+ (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.67.0. This will rarely be increased, and if it ever is,
152+
The MSRV for this crate is currently 1.71.1. This will rarely be increased, and if it ever is,
153153
it will only happen in a minor or major version release.
154154

155155
## License

clippy.toml

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

0 commit comments

Comments
 (0)