Skip to content

Commit ef66762

Browse files
authored
minor: bump MSRV to 1.85 (mongodb#1670)
1 parent 81c72e5 commit ef66762

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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.83.0 or newer
36+
* [Rust](https://www.rust-lang.org/) version 1.85.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
@@ -861,7 +861,7 @@ tasks:
861861
- func: "compile only"
862862
vars:
863863
# Our minimum supported Rust version. This should be updated whenever the MSRV is bumped.
864-
RUST_VERSION: 1.83.0
864+
RUST_VERSION: 1.85.0
865865

866866
- name: check-cargo-deny
867867
commands:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ authors = [
1414
license = "Apache-2.0"
1515
edition = "2021"
1616
repository = "https://github.com/mongodb/mongo-rust-driver"
17-
rust-version = "1.83"
17+
rust-version = "1.85"

README.md

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

1111
### Requirements
1212

13-
- Rust 1.83.0+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
13+
- Rust 1.85.0+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
1414
- MongoDB 4.2+
1515

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

186186
## Minimum supported Rust version (MSRV) policy
187187

188-
The MSRV for this crate is currently 1.83.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.
188+
The MSRV for this crate is currently 1.85.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.
189189

190190
## License
191191

clippy.toml

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

0 commit comments

Comments
 (0)