Skip to content

Commit

Permalink
RUST-1780 Bump MSRV to 1.61.0, upgrade ahash to 0.8.5 in `Cargo.loc…
Browse files Browse the repository at this point in the history
…k.msrv` (#436)
  • Loading branch information
stIncMale authored Oct 25, 2023
1 parent 283ecb3 commit a73ee9d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 9 deletions.
27 changes: 24 additions & 3 deletions .evergreen/Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ axes:
- id: "extra-rust-versions"
values:
- id: "min"
display_name: "1.60 (minimum supported version)"
display_name: "1.61 (minimum supported version)"
variables:
RUST_VERSION: "1.60.0"
RUST_VERSION: "1.61.0"
MSRV: "true"
- id: "nightly"
display_name: "nightly"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ This crate compiles to the `wasm32-unknown-unknown` target; when doing so, the `

## 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.61.0. This will be rarely be increased, and if it ever is,
it will only happen in a minor or major version release.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.60.0"
msrv = "1.61.0"
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//!
//! ## Installation
//! ### Requirements
//! - Rust 1.60+
//! - Rust 1.61+
//!
//! ### Importing
//! This crate is available on [crates.io](https://crates.io/crates/bson). To use it in your application,
Expand Down Expand Up @@ -267,7 +267,7 @@
//!
//! ## Minimum supported Rust version (MSRV)
//!
//! The MSRV for this crate is currently 1.60.0. This will be rarely be increased, and if it ever is,
//! The MSRV for this crate is currently 1.61.0. This will be rarely be increased, and if it ever is,
//! it will only happen in a minor or major version release.
#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]
Expand Down

0 comments on commit a73ee9d

Please sign in to comment.