Bump prodash dependency to 0.29.0 to match it with the version used in the latest gix update

epel10 imports/epel10/rust-gix-features-0.38.2-3.el10
blinxen 4 months ago
parent 9aebcef794
commit 257e682a70

@ -0,0 +1,11 @@
--- gix-features-0.38.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-features-0.38.2/Cargo.toml 2024-09-15T12:55:50.061759+00:00
@@ -88,7 +88,7 @@
default-features = false
[dependencies.prodash]
-version = "28.0.0"
+version = "29.0.0"
optional = true
default-features = false

@ -12,6 +12,9 @@ Summary: Integrate various capabilities using compile-time feature flags
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-features URL: https://crates.io/crates/gix-features
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Bump prodash to 0.29.0 to match it with the version used in the gix crate
Patch: gix-features-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

Loading…
Cancel
Save