Bump pretty_assertions dependency to 1.4.0

This is just a dev-dependency for one test, and upstream already made
(but did not yet release) the change in
https://github.com/yaahc/displaydoc/pull/53. The package no longer
depends on the rust-pretty_assertions0.6 compat package.
epel10 imports/epel10/rust-displaydoc-0.2.5-3.el10
Benjamin A. Beasley 1 month ago
parent 2638b0e974
commit 36a2ee23d7

@ -0,0 +1,11 @@
--- displaydoc-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ displaydoc-0.2.5/Cargo.toml 2024-12-11T12:17:38.790823+00:00
@@ -96,7 +96,7 @@
default-features = false
[dev-dependencies.pretty_assertions]
-version = "0.6.1"
+version = "1.4.0"
[dev-dependencies.rustversion]
version = "1.0.0"

@ -1,5 +1,5 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate displaydoc
@ -12,6 +12,10 @@ Summary: Derive macro for implementing the display Trait
License: MIT OR Apache-2.0
URL: https://crates.io/crates/displaydoc
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Bump pretty_assertions dependency to 1.4.0:
# https://github.com/yaahc/displaydoc/pull/53
Patch: displaydoc-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,3 +1,5 @@
[package]
summary = "Derive macro for implementing the display Trait"
cargo-toml-patch-comments = [
"Bump pretty_assertions dependency to 1.4.0: https://github.com/yaahc/displaydoc/pull/53",
]

Loading…
Cancel
Save