Skip to content

Commit 546011f

Browse files
committed
Revert "RUST-1263 Bump MSRV to 1.53 (#639) (#641)"
This reverts commit cb45c29.
1 parent d4a217a commit 546011f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,9 +1289,9 @@ axes:
12891289
- id: "extra-rust-versions"
12901290
values:
12911291
- id: "min"
1292-
display_name: "1.53 (minimum supported version)"
1292+
display_name: "1.51 (minimum supported version)"
12931293
variables:
1294-
RUST_VERSION: "1.53.0"
1294+
RUST_VERSION: "1.51.0"
12951295
- id: "nightly"
12961296
display_name: "nightly"
12971297
variables:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This repository contains the officially supported MongoDB Rust driver, a client
2929

3030
## Installation
3131
### Requirements
32-
- Rust 1.53+
32+
- Rust 1.51+
3333
- MongoDB 3.6+
3434

3535
### Importing
@@ -358,7 +358,7 @@ Commits to master are run automatically on [evergreen](https://evergreen.mongodb
358358

359359
## Minimum supported Rust version (MSRV)
360360

361-
The MSRV for this crate is currently 1.53.0. This will be rarely be increased, and if it ever is,
361+
The MSRV for this crate is currently 1.51.0. This will be rarely be increased, and if it ever is,
362362
it will only happen in a minor or major version release.
363363

364364
## License

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.53+
11+
//! - Rust 1.51+
1212
//! - MongoDB 3.6+
1313
//!
1414
//! ## Importing
@@ -283,7 +283,7 @@
283283
//!
284284
//! ## Minimum supported Rust version (MSRV)
285285
//!
286-
//! The MSRV for this crate is currently 1.53.0. This will be rarely be increased, and if it ever is,
286+
//! The MSRV for this crate is currently 1.51.0. This will be rarely be increased, and if it ever is,
287287
//! it will only happen in a minor or major version release.
288288
289289
#![warn(missing_docs)]

0 commit comments

Comments
 (0)