Skip to content

Commit 96b3a14

Browse files
RUST-1192 Bump MSRV to 1.49.0 (#584)
1 parent ae4ae58 commit 96b3a14

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
@@ -1279,9 +1279,9 @@ axes:
12791279
- id: "extra-rust-versions"
12801280
values:
12811281
- id: "min"
1282-
display_name: "1.48 (minimum supported version)"
1282+
display_name: "1.49 (minimum supported version)"
12831283
variables:
1284-
RUST_VERSION: "1.48.0"
1284+
RUST_VERSION: "1.49.0"
12851285
- id: "nightly"
12861286
display_name: "nightly"
12871287
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.48+
32+
- Rust 1.49+
3333
- MongoDB 3.6+
3434

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

358358
## Minimum supported Rust version (MSRV)
359359

360-
The MSRV for this crate is currently 1.48.0. This will be rarely be increased, and if it ever is,
360+
The MSRV for this crate is currently 1.49.0. This will be rarely be increased, and if it ever is,
361361
it will only happen in a minor or major version release.
362362

363363
## 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.48+
11+
//! - Rust 1.49+
1212
//! - MongoDB 3.6+
1313
//!
1414
//! ## Importing
@@ -282,7 +282,7 @@
282282
//!
283283
//! ## Minimum supported Rust version (MSRV)
284284
//!
285-
//! The MSRV for this crate is currently 1.48.0. This will be rarely be increased, and if it ever is,
285+
//! The MSRV for this crate is currently 1.49.0. This will be rarely be increased, and if it ever is,
286286
//! it will only happen in a minor or major version release.
287287
288288
#![warn(missing_docs)]

0 commit comments

Comments
 (0)