Skip to content

Update dependency cargo-nextest to v0.9.138#100

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/cargo-nextest-0.x
Open

Update dependency cargo-nextest to v0.9.138#100
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/cargo-nextest-0.x

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending
cargo-nextest patch 0.9.1360.9.138 0.9.140

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.138: cargo-nextest 0.9.138

Compare Source

Added
  • Nextest now sets the following environment variables during the list phase, not just the run phase:

    • NEXTEST_VERSION
    • NEXTEST_REQUIRED_VERSION
    • NEXTEST_RECOMMENDED_VERSION
    • NEXTEST_RUN_ID
    • NEXTEST_BINARY_ID
    • NEXTEST_WORKSPACE_ROOT

    This lets target runners and custom test harnesses use this information while listing tests. (#​3410)

Changed
  • When --cargo-metadata is passed without --binaries-metadata, and the Cargo metadata contains exactly one default member (for example, metadata generated with --manifest-path path/to/package/Cargo.toml), nextest now anchors the build scope to that member's Cargo.toml rather than widening it to the entire workspace. (#​3409)
  • --workspace-remap now requires both --cargo-metadata and --binaries-metadata. The combination of --workspace-remap and --cargo-metadata cannot work without --binaries-metadata, so nextest now reports this as an error up front. (#​3409)

v0.9.137: cargo-nextest 0.9.137

Compare Source

Changed
  • CLI --help descriptions, configuration-reference docs, and JSON schema descriptions now use consistent language and voice. (#​3366)
Fixed
  • Filterset expressions like not(test(foo)), all()and(test(foo)), and all()or(test(foo)), where not, and, or or is immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#​3367)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Copilot AI review requested due to automatic review settings June 26, 2026 07:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
github-actions Bot force-pushed the renovate/cargo-nextest-0.x branch from 9142b7c to e454014 Compare July 22, 2026 06:51
@github-actions github-actions Bot changed the title Update dependency cargo-nextest to v0.9.137 Update dependency cargo-nextest to v0.9.138 Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant