Skip to content

Commit ea42b65

Browse files
authored
RUST-1445 Bump MSRV to 1.57 (#727)
1 parent a0944f5 commit ea42b65

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,9 +1480,9 @@ axes:
14801480
- id: "extra-rust-versions"
14811481
values:
14821482
- id: "min"
1483-
display_name: "1.56 (minimum supported version)"
1483+
display_name: "1.57 (minimum supported version)"
14841484
variables:
1485-
RUST_VERSION: "1.56.0"
1485+
RUST_VERSION: "1.57.0"
14861486
MSRV: true
14871487
- id: "nightly"
14881488
display_name: "nightly"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more detailed documentation, see [the manual](https://mongodb.github.io/mong
3232

3333
## Installation
3434
### Requirements
35-
- Rust 1.56+
35+
- Rust 1.57+
3636
- MongoDB 3.6+
3737

3838
### Importing
@@ -369,7 +369,7 @@ Commits to main are run automatically on [evergreen](https://evergreen.mongodb.c
369369

370370
## Minimum supported Rust version (MSRV)
371371

372-
The MSRV for this crate is currently 1.56.0. This will be rarely be increased, and if it ever is,
372+
The MSRV for this crate is currently 1.57.0. This will be rarely be increased, and if it ever is,
373373
it will only happen in a minor or major version release.
374374

375375
## License

manual/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ tokio::time::timeout(Duration::from_secs(5), handle).await???;
3333

3434
## Minimum supported Rust version (MSRV)
3535

36-
The MSRV for this crate is currently 1.56.0. This will be rarely be increased, and if it ever is,
36+
The MSRV for this crate is currently 1.57.0. This will be rarely be increased, and if it ever is,
3737
it will only happen in a minor or major version release.

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! # Installation
99
//!
1010
//! ## Requirements
11-
//! - Rust 1.56+
11+
//! - Rust 1.57+
1212
//! - MongoDB 3.6+
1313
//!
1414
//! ## Importing
@@ -284,7 +284,7 @@
284284
//!
285285
//! ## Minimum supported Rust version (MSRV)
286286
//!
287-
//! The MSRV for this crate is currently 1.56.0. This will be rarely be increased, and if it ever is,
287+
//! The MSRV for this crate is currently 1.57.0. This will be rarely be increased, and if it ever is,
288288
//! it will only happen in a minor or major version release.
289289
290290
#![warn(missing_docs)]

0 commit comments

Comments
 (0)