Update Rust crate guppy to 0.17.16 #7576
Merged
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.17.12
->0.17.16
Release Notes
guppy-rs/guppy (guppy)
v0.17.16
: guppy 0.17.16Compare Source
Added
BuildTarget::test_by_default
returns true if tests are run for a build target by default.BuildTarget::doc_by_default
returns true if documentation is enabled for a build target, respectively.Changed
BuildTarget::doc_tests
is nowBuildTarget::doctest_by_default
. The old name has been deprecated, but is kept around for compatibility.v0.17.15
: guppy 0.17.15Compare Source
Added
BuildTarget::tests_enabled
andBuildTarget::docs_enabled
return true if tests and documentation is enabled for a build target, respectively.Changed
BuildTarget::doc_tests
is nowBuildTarget::doc_tests_enabled
. The old name has been deprecated, but is kept around for compatibility.v0.17.14
: guppy 0.17.14Compare Source
Added
MetadataCommand::env
adds environment variables to thecargo metadata
command.Thanks to anforowicz for your first contribution!
v0.17.13
: guppy 0.17.13Compare Source
Changed
PlatformSpec::current
toPlatformSpec::build_target
to indicate that it is determined at build time, not at runtime. The old method is still available but has been marked deprecated.Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.