Skip to content

Commit

Permalink
RUST-1780 Bump MSRV to 1.61.0, upgrade ahash to 0.8.5 in `MSRV-Carg…
Browse files Browse the repository at this point in the history
…o.lock` (#981)
  • Loading branch information
stIncMale authored Oct 25, 2023
1 parent 135c9f0 commit 5858750
Show file tree
Hide file tree
Showing 25 changed files with 1,181 additions and 304 deletions.
426 changes: 362 additions & 64 deletions .evergreen/MSRV-Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ tasks:
- func: "compile only"
vars:
# Our minimum supported Rust version. This should be updated whenever the MSRV is bumped.
RUST_VERSION: 1.60.0
RUST_VERSION: 1.61.0

- name: check-cargo-deny
tags: [lint]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more detailed documentation, see [the manual](https://mongodb.github.io/mong

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

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

## Minimum supported Rust version (MSRV) policy

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

## License
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"
msrv = "1.61.0"
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ allow = [
"Apache-2.0 WITH LLVM-exception",
"ISC",
"OpenSSL",
"BSD-2-Clause",
"BSD-3-Clause",
"MPL-2.0",
"Unicode-DFS-2016",
Expand Down
71 changes: 59 additions & 12 deletions docs/manual/404.html

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

74 changes: 42 additions & 32 deletions docs/manual/book.js

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

Loading

0 comments on commit 5858750

Please sign in to comment.