Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Update Rust crate claims to v0.8.0 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Type Update Change
claims dev-dependencies minor =0.7.1 -> =0.8.0

Release Notes

Anders429/claims (claims)

v0.8.0

Changed
  • assert_err_eq, assert_ok_eq, and assert_some_eq now properly display custom messages.
  • MSRV raised to 1.38.0.
  • Rust edition bumped to 2018.
  • Improved error messages.
  • Removed Debug requirement for Ok(T) in assert_ready_ok! macro.
  • Removed Debug requirement for Err(E) in assert_ready_err! macro.
Fixed
  • Corrected the name of debug_assert_ready_ok_eq! to debug_assert_ready_eq!.
  • assert_pending! and debug_assert_pending! now correctly display custom messages.
  • assert_ready! and debug_assert_ready! now correctly display custom messages.
  • debug_assert_pending! no longer emits warnings for unused values.
  • assert_matches! and debug_assert_matches! no longer emit warnings if the given pattern covers all cases.
  • assert_matches! and debug_assert_matches! now include if guard in the pattern in the error message.
  • Fixed macro hygiene issues for all macros.
Removed
  • Dependency on autocfg.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 📦 type: update deps Updating dependencies or libraries label Nov 16, 2024
@renovate renovate bot requested a review from chikof as a code owner November 16, 2024 20:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦 type: update deps Updating dependencies or libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants