Skip to content

Commit 06b1673

Browse files
committed
[meta] update MSRV to Rust 1.86
1 parent b1942ef commit 06b1673

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
# macos-14 for M1 runners
8383
- macos-14
8484
- windows-latest
85-
# 1.85 is the MSRV
86-
rust-version: ["1.85", stable]
85+
# 1.86 is the MSRV
86+
rust-version: ["1.86", stable]
8787
fail-fast: false
8888
steps:
8989
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
rust-version = "1.85"
15+
rust-version = "1.86"
1616
edition = "2024"
1717
license = "MIT OR Apache-2.0"
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This repository contains the source code for:
2525

2626
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!)
2727

28-
The minimum supported Rust version to _build_ nextest with is **Rust 1.85.** For building, at least the last 3 versions of stable Rust are supported at any given time.
28+
The minimum supported Rust version to _build_ nextest with is **Rust 1.86.** For building, at least the last 3 versions of stable Rust are supported at any given time.
2929

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

0 commit comments

Comments
 (0)