Skip to content

Commit 5858750

Browse files
authored
RUST-1780 Bump MSRV to 1.61.0, upgrade ahash to 0.8.5 in MSRV-Cargo.lock (#981)
1 parent 135c9f0 commit 5858750

25 files changed

+1181
-304
lines changed

.evergreen/MSRV-Cargo.lock

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

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ tasks:
564564
- func: "compile only"
565565
vars:
566566
# Our minimum supported Rust version. This should be updated whenever the MSRV is bumped.
567-
RUST_VERSION: 1.60.0
567+
RUST_VERSION: 1.61.0
568568

569569
- name: check-cargo-deny
570570
tags: [lint]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more detailed documentation, see [the manual](https://mongodb.github.io/mong
3333

3434
## Installation
3535
### Requirements
36-
- Rust 1.60+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
36+
- Rust 1.61+ (See the [MSRV policy](#minimum-supported-rust-version-msrv-policy) for more information)
3737
- MongoDB 3.6+
3838

3939
#### Supported Platforms
@@ -372,7 +372,7 @@ Commits to main are run automatically on [evergreen](https://evergreen.mongodb.c
372372

373373
## Minimum supported Rust version (MSRV) policy
374374

375-
The MSRV for this crate is currently 1.60.0. This will rarely be increased, and if it ever is,
375+
The MSRV for this crate is currently 1.61.0. This will rarely be increased, and if it ever is,
376376
it will only happen in a minor or major version release.
377377

378378
## License

clippy.toml

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

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ allow = [
7373
"Apache-2.0 WITH LLVM-exception",
7474
"ISC",
7575
"OpenSSL",
76+
"BSD-2-Clause",
7677
"BSD-3-Clause",
7778
"MPL-2.0",
7879
"Unicode-DFS-2016",

docs/manual/404.html

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

docs/manual/book.js

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

0 commit comments

Comments
 (0)