Update dependency cargo-nextest to v0.9.138#100
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
renovate/cargo-nextest-0.x
branch
from
July 22, 2026 06:51
9142b7c to
e454014
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.136→0.9.1380.9.140Release Notes
nextest-rs/nextest (cargo-nextest)
v0.9.138: cargo-nextest 0.9.138Compare Source
Added
Nextest now sets the following environment variables during the list phase, not just the run phase:
NEXTEST_VERSIONNEXTEST_REQUIRED_VERSIONNEXTEST_RECOMMENDED_VERSIONNEXTEST_RUN_IDNEXTEST_BINARY_IDNEXTEST_WORKSPACE_ROOTThis lets target runners and custom test harnesses use this information while listing tests. (#3410)
Changed
--cargo-metadatais 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'sCargo.tomlrather than widening it to the entire workspace. (#3409)--workspace-remapnow requires both--cargo-metadataand--binaries-metadata. The combination of--workspace-remapand--cargo-metadatacannot work without--binaries-metadata, so nextest now reports this as an error up front. (#3409)v0.9.137: cargo-nextest 0.9.137Compare Source
Changed
--helpdescriptions, configuration-reference docs, and JSON schema descriptions now use consistent language and voice. (#3366)Fixed
not(test(foo)),all()and(test(foo)), andall()or(test(foo)), wherenot,and, ororis immediately followed by an opening parenthesis, now parse correctly. Previously, a separating space was required. (#3367)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.