Update Rust crate googletest to v0.14.0 #10841
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.13.0->=0.14.0Release Notes
google/googletest-rust (googletest)
v0.14.0Compare Source
Many thanks to @carlwhamilton, @kezhuw, @calder, @eopb for contributing to this release!
API Changes
into_test_resulttoor_fail(google/googletest-rust@2720c76).New Features
matches_patternsupport_at the top level in tuple and braced structs (google/googletest-rust@a1e9bac, google/googletest-rust@3d65dea).matches_patternenforce exhaustive field checks for tuple and braced structs by default (https://sgithub.com/google/googletest-rust/commit/2ba098e02388d3fce91f445defb2e2f167898f10, google/googletest-rust@99bcfaa, google/googletest-rust@a17b655).container_eq(...).ignore_order()matcher (google/googletest-rust@48ffd20).StrMatcher::ignoring_unicode_case(google/googletest-rust@25322c8).is_finiteandis_infinitematchers (google/googletest-rust@9a6712c, google/googletest-rust@4e35e2c).#![no_std]crates (google/googletest-rust@7ca2fb5).expect_that!(google/googletest-rust@1a6ef3d).TESTBRIDGE_TEST_ONLYprotocol for test filtering with globs (google/googletest-rust@a834f86, google/googletest-rust@43d5976, google/googletest-rust@8fa7024).expect_true!,expect_false!,assert_pred!, andexpect_pred!(google/googletest-rust@2986294, google/googletest-rust@bbae567).Bug Fixes
use googletest::prelude::*;by making calls between macros fully qualified (google/googletest-rust@7a54871).Command::env_clear()in integration tests (google/googletest-rust@b90142a).Full Changelog: google/googletest-rust@v0.13.0...v0.14.0
Configuration
📅 Schedule: 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 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 was generated by Mend Renovate. View the repository job log.