Skip to content

Commit

Permalink
Bump MSRV to 1.74, for clap
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Mar 2, 2024
1 parent 6c114f8 commit bee2b77
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.73"]
version: [stable, nightly, "1.74"]

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.73"
rust-version = "1.74"
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 @@ -2,6 +2,8 @@

## Unreleased

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

## 24.2.1

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

0 comments on commit bee2b77

Please sign in to comment.