Skip to content

Commit

Permalink
RUST-1192 Bump MSRV to 1.49.0 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson authored Mar 1, 2022
1 parent ae4ae58 commit 96b3a14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1279,9 +1279,9 @@ axes:
- id: "extra-rust-versions"
values:
- id: "min"
display_name: "1.48 (minimum supported version)"
display_name: "1.49 (minimum supported version)"
variables:
RUST_VERSION: "1.48.0"
RUST_VERSION: "1.49.0"
- id: "nightly"
display_name: "nightly"
variables:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This repository contains the officially supported MongoDB Rust driver, a client

## Installation
### Requirements
- Rust 1.48+
- Rust 1.49+
- MongoDB 3.6+

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

## Minimum supported Rust version (MSRV)

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

## License
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! # Installation
//!
//! ## Requirements
//! - Rust 1.48+
//! - Rust 1.49+
//! - MongoDB 3.6+
//!
//! ## Importing
Expand Down Expand Up @@ -282,7 +282,7 @@
//!
//! ## Minimum supported Rust version (MSRV)
//!
//! The MSRV for this crate is currently 1.48.0. This will be rarely be increased, and if it ever is,
//! The MSRV for this crate is currently 1.49.0. This will be rarely be increased, and if it ever is,
//! it will only happen in a minor or major version release.
#![warn(missing_docs)]
Expand Down

0 comments on commit 96b3a14

Please sign in to comment.