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
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,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…
Reference in new issue