marine icon indicating copy to clipboard operation
marine copied to clipboard

Update Rust crate pretty_assertions to v1

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pretty_assertions dev-dependencies major 0.7.2 -> 1.2.1

Release Notes

colin-kiegel/rust-pretty-assertions

v1.2.1

Compare Source

Fixed

v1.2.0

Compare Source

Changed

v1.1.0

Compare Source

Added

  • Add assert_str_eq for comparing two str-like values without Debug formatting. Thanks to @​x3ro for implementing this! (#​88, @​x3ro)

Fixed

v1.0.0

Compare Source

Removed

  • assert_ne no longer warns if values match using PartialEq but not with Debug. This was noted as no longer being necessary after Rust 1.25 (current MSRV 1.35.0)

Added

  • Officially support no_std (thanks to @​Luro02 for the report and reviews!). Adds the std and alloc features to the pretty_assertions crate, with std enabled by default (#​83, @​tommilligan)
  • Adds the unstable feature to the pretty_assertions crate, for use with nightly rustc (#​81, @​tommilligan)
  • Add a drop in replacement for the unstable stdlib assert_matches macro, behind the unstable flag - thanks @​gilescope for the suggestion! (#​81, @​tommilligan)

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 04 '22 22:08 renovate[bot]