public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-inferno] f44: Allow building against quick-xml 0.41
@ 2026-07-03 19:20 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-03 19:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-inferno
Branch : f44
Commit : 7cc8cdf66f8e6883fd75f184e5fea7fa03981460
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T18:08:49+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-inferno/c/7cc8cdf66f8e6883fd75f184e5fea7fa03981460?branch=f44
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/inferno-fix-metadata.diff b/inferno-fix-metadata.diff
index eb50811..2f5caf7 100644
--- a/inferno-fix-metadata.diff
+++ b/inferno-fix-metadata.diff
@@ -1,11 +1,11 @@
--- inferno-0.12.6/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ inferno-0.12.6/Cargo.toml 2026-06-09T05:25:40.757542+00:00
++++ inferno-0.12.6/Cargo.toml 2026-07-03T17:08:22.789926+00:00
@@ -172,7 +172,7 @@
version = "1.12.0"
[dependencies.quick-xml]
-version = "0.39"
-+version = ">=0.39, <0.41"
++version = ">=0.39, <0.42"
default-features = false
[dependencies.rgb]
diff --git a/rust-inferno.spec b/rust-inferno.spec
index 57d9ce0..e187f08 100644
--- a/rust-inferno.spec
+++ b/rust-inferno.spec
@@ -13,7 +13,7 @@ URL: https://crates.io/crates/inferno
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
-# * allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369
+# * allow quick-xml 0.40 and 0.41: https://github.com/jonhoo/inferno/pull/369
Patch: inferno-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index ab77b60..313fc09 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
- "allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369",
+ "allow quick-xml 0.40 and 0.41: https://github.com/jonhoo/inferno/pull/369",
]
[tests]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 19:20 [rpms/rust-inferno] f44: Allow building against quick-xml 0.41 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox