Skip to content

Commit

Permalink
Bump MSRV to 1.72
Browse files Browse the repository at this point in the history
Indirect dep target-spec 3.1.0 needs it
  • Loading branch information
sourcefrog committed Feb 11, 2024
1 parent ac01cc2 commit 5effdb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
version: [stable, nightly, "1.70"]
version: [stable, nightly, "1.73"]

runs-on: ${{ matrix.os }}

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.70"
rust-version = "1.73"
exclude = [
".codespell*",
".markdownlint*",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- New: `--features`, `--no-default-features` and `--all-features` options are passed through to Cargo.

- Changed: Minimum Rust version (to build cargo-mutants, not to use it) increased to 1.73.

## 24.2.0

- New: Colored output can be enabled in CI or other noninteractive situations by passing `--colors=always`, or setting `CARGO_TERM_COLOR=always`, or `CLICOLOR_FORCE=1`. Colors can similarly be forced off with `--colors=never`, `CARGO_TERM_COLOR=never`, or `NO_COLOR=1`.
Expand Down

0 comments on commit 5effdb5

Please sign in to comment.