Skip to content

Commit

Permalink
MSRV 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 14, 2023
1 parent 056c9a5 commit e67eadd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
test:
strategy:
matrix:
toolchain: ["1.65"]
toolchain: ["1.70"]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/sourcefrog/cargo-mutants"
homepage = "https://mutants.rs/"
categories = ["development-tools::testing"]
keywords = ["testing", "mutants", "cargo", "mutation-testing", "coverage"]
rust-version = "1.65"
rust-version = "1.70"
exclude = [
".codespell*",
".markdownlint*",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# cargo-mutants changelog

## Unreleased

- Minimum Rust version updated to 1.70.

## 23.9.0

- Fixed a bug causing an assertion failure when cargo-mutants was run from a
Expand Down
4 changes: 1 addition & 3 deletions book/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ cargo install --locked cargo-mutants
## Supported Rust versions

Building cargo-mutants requires a reasonably recent stable (or nightly or beta) Rust toolchain.

Currently cargo-mutants is
[tested with Rust 1.65](https://github.com/sourcefrog/cargo-mutants/actions/workflows/msrv.yml).
The supported version is visible in <https://crates.io/crates/cargo-mutants>.

After installing cargo-mutants, you should be able to use it to run tests under
any toolchain, even toolchains that are far too old to build cargo-mutants, using the standard `+` option to `cargo`:
Expand Down

0 comments on commit e67eadd

Please sign in to comment.