Skip to content

Commit a73ee9d

Browse files
authored
RUST-1780 Bump MSRV to 1.61.0, upgrade ahash to 0.8.5 in Cargo.lock.msrv (#436)
1 parent 283ecb3 commit a73ee9d

File tree

5 files changed

+30
-9
lines changed

5 files changed

+30
-9
lines changed

.evergreen/Cargo.lock.msrv

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

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ axes:
195195
- id: "extra-rust-versions"
196196
values:
197197
- id: "min"
198-
display_name: "1.60 (minimum supported version)"
198+
display_name: "1.61 (minimum supported version)"
199199
variables:
200-
RUST_VERSION: "1.60.0"
200+
RUST_VERSION: "1.61.0"
201201
MSRV: "true"
202202
- id: "nightly"
203203
display_name: "nightly"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This crate compiles to the `wasm32-unknown-unknown` target; when doing so, the `
257257

258258
## Minimum supported Rust version (MSRV)
259259

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

263263
## Contributing

clippy.toml

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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//!
4444
//! ## Installation
4545
//! ### Requirements
46-
//! - Rust 1.60+
46+
//! - Rust 1.61+
4747
//!
4848
//! ### Importing
4949
//! This crate is available on [crates.io](https://crates.io/crates/bson). To use it in your application,
@@ -267,7 +267,7 @@
267267
//!
268268
//! ## Minimum supported Rust version (MSRV)
269269
//!
270-
//! The MSRV for this crate is currently 1.60.0. This will be rarely be increased, and if it ever is,
270+
//! The MSRV for this crate is currently 1.61.0. This will be rarely be increased, and if it ever is,
271271
//! it will only happen in a minor or major version release.
272272
273273
#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]

0 commit comments

Comments
 (0)