Skip to content

Commit

Permalink
[meta] update readme and docs with new MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 13, 2024
1 parent 8481dc4 commit 49a94e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This repository contains the source code for:

The minimum supported Rust version to _run_ nextest with is **Rust 1.41.** Nextest is not tested against versions that are that old, but it should work with any version of Rust released in the past year. (Please report a bug if not!)

The minimum supported Rust version to _build_ nextest with is **Rust 1.75.** For building, at least the last 3 versions of stable Rust are supported at any given time.
The minimum supported Rust version to _build_ nextest with is **Rust 1.81.** For building, at least the last 3 versions of stable Rust are supported at any given time.

See the [stability policy](https://nexte.st/docs/stability/) for more details.

Expand Down
2 changes: 1 addition & 1 deletion site/src/docs/installation/from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cargo install cargo-nextest --locked

A plain `cargo install cargo-nextest` without `--locked` is **not supported**. If you run into build issues, please try with `--locked` before reporting an issue.

`cargo nextest` must be compiled and installed with **Rust 1.75** or later (see [Stability policy] for more), but it can build and run
`cargo nextest` must be compiled and installed with **Rust 1.81** or later (see [Stability policy] for more), but it can build and run
tests against any version of Rust.

[Stability policy]: ../stability/index.md#minimum-supported-rust-version-msrv
Expand Down

0 comments on commit 49a94e5

Please sign in to comment.