A next-generation test runner for Rust.
  • Rust 98.6%
  • CSS 0.5%
  • Shell 0.3%
  • HTML 0.2%
  • Python 0.2%
Find a file
Nextest Bot 88a150a7b2
Update Rust crate regex-syntax to 0.8.11 (#3404)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[regex-syntax](https://redirect.github.com/rust-lang/regex/tree/master/regex-syntax)
([source](https://redirect.github.com/rust-lang/regex)) |
workspace.dependencies | patch | `0.8.10` → `0.8.11` |

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 8pm,before 6am"
- Automerge
  - "after 8pm,before 6am"

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjcuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2026-06-17 22:04:03 -07:00
.cargo [meta] add aarch64-unknown-linux-musl release target (#3025) 2026-02-03 11:07:47 -08:00
.claude [meta] prepare releases 2026-01-04 22:05:08 +00:00
.config feat: add JSON Schema (#3314) 2026-05-14 00:26:05 -07:00
.github Update rust-lang/crates-io-auth-action action to v1.0.5 (#3402) 2026-06-16 20:01:37 -07:00
cargo-nextest [cargo-nextest] version 0.9.137 2026-05-26 13:43:04 -07:00
fixture-data [integration-tests] restore a couple other bits of coverage (#3386) 2026-06-05 17:44:16 -07:00
fixtures [nextest-metadata] bump target-spec to 3.6.0, MSRV to 1.86 (#3342) 2026-05-13 12:10:28 -07:00
integration-tests [integration-tests] restore a couple other bits of coverage (#3386) 2026-06-05 17:44:16 -07:00
internal-docs [site] add replay -h/--help 2026-01-24 20:58:30 +00:00
internal-test [nextest-runner] add AGENTS.mds for reporter and runner 2026-01-23 19:02:17 +00:00
internal-tools/zstd-dict [meta] fix Rust 1.95 clippy warnings (#3286) 2026-04-16 13:51:40 -07:00
nextest-filtering [nextest-filtering] version 0.21.1 2026-05-26 13:42:10 -07:00
nextest-metadata [nextest-metadata] bump target-spec to 3.6.0, MSRV to 1.86 (#3342) 2026-05-13 12:10:28 -07:00
nextest-runner [integration-tests] restore coverage for cargo [env] matrix (#3385) 2026-06-05 15:38:26 -07:00
scripts [site] publish user config schema 2026-05-16 19:01:15 -07:00
site Update python Docker tag to v3.14.6 (#3396) 2026-06-12 05:16:05 -07:00
workspace-hack Update Rust crate serde_json to 1.0.150 (#3375) 2026-06-06 23:20:54 -07:00
.git-blame-ignore-revs fix ignore-revs format 2025-02-21 23:23:21 +00:00
.gitattributes [integration-tests] rename nextest-tests to fixture-project (#3198) 2026-03-19 20:41:10 -07:00
.gitignore Add support for combined test output (#1212) 2024-01-09 00:20:22 -08:00
AGENTS.md [nextest-runner] add cargo nextest store export (#3010) 2026-01-31 14:55:17 -08:00
Cargo.lock Update Rust crate iddqd to 0.4.4 (#3401) 2026-06-17 05:38:26 -07:00
Cargo.toml Update Rust crate regex-syntax to 0.8.11 (#3404) 2026-06-17 22:04:03 -07:00
CLAUDE.md [meta] add an AGENTS.md 2025-11-10 02:22:28 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-10-21 18:24:58 -07:00
CONTRIBUTING.md [site] move contributing docs to site (#2870) 2025-12-31 14:21:41 -08:00
Cross.toml [meta] update self_update to 0.43.1, use ureq, excise ring (#3141) 2026-03-11 19:39:17 -07:00
jsonschemas [nextest-runner] move jsonschemas to within crate dir (#3345) 2026-05-14 12:36:04 -07:00
Justfile [nextest-runner] generate and add schema for user config (#3351) 2026-05-16 15:04:04 -07:00
LICENSE-APACHE initial commit 2021-02-26 15:23:46 -08:00
LICENSE-MIT [meta] prepare releases 2023-12-09 17:24:44 -08:00
README.md [meta] update MSRV to 1.91 (#3088) 2026-02-21 16:30:48 -08:00
release.toml [cargo-release] remove dev-version, no longer supported in 0.22 2022-11-03 14:50:41 -07:00
rustfmt.toml [meta] migrate to Rust 2024, set MSRV to 1.85 (#2364) 2025-05-27 10:54:04 -07:00
zizmor.yml [ci] fix more template-injection + environment issues identified by zizmor (#3195) 2026-03-19 14:41:04 -07:00

Nextest

Nextest is a next-generation test runner for Rust. For more information, check out the website.

This repository contains the source code for:

Minimum supported Rust version

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.91. For building, at least the last 3 versions of stable Rust are supported at any given time.

See the stability policy for more details.

While a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.

Contributing

See the contributing guide for how to help out.

Looking to contribute to nextest and don't know where to get started? Check out the list of good first issues.

License

Nextest is Free Software. This project is available under the terms of either the Apache 2.0 license or the MIT license.

Like all Free Software, nextest is a gift. Nextest is provided on an "AS IS" basis and there is NO WARRANTY attached to it. As a user, please treat the authors and contributors to this project as if you were treating the giver of a gift. In particular, you're asked to follow the code of conduct.

This project is derived from diem-devtools. Upstream source code is used under the terms of the Apache 2.0 license and the MIT license.

macOS support

macOS is supported through the MacStadium Open Source Developer Program.

image