public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-inferno] rawhide: Allow quick-xml 0.40
Date: Tue, 09 Jun 2026 09:31:19 GMT [thread overview]
Message-ID: <178099747913.1.12639539209987672834.rpms-rust-inferno-2f7ed65dd97b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-inferno
Branch : rawhide
Commit : 2f7ed65dd97bcd074b252c3a901b1bf59096a464
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-09T06:25:53+01:00
Stats : +16/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-inferno/c/2f7ed65dd97bcd074b252c3a901b1bf59096a464?branch=rawhide
Log:
Allow quick-xml 0.40
---
diff --git a/inferno-fix-metadata.diff b/inferno-fix-metadata.diff
index b64ea87..eb50811 100644
--- a/inferno-fix-metadata.diff
+++ b/inferno-fix-metadata.diff
@@ -1,12 +1,21 @@
--- inferno-0.12.6/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ inferno-0.12.6/Cargo.toml 2026-03-20T11:33:31.833911+00:00
-@@ -184,9 +184,6 @@
++++ inferno-0.12.6/Cargo.toml 2026-06-09T05:25:40.757542+00:00
+@@ -172,7 +172,7 @@
+ version = "1.12.0"
+
+ [dependencies.quick-xml]
+-version = "0.39"
++version = ">=0.39, <0.41"
+ default-features = false
+
+ [dependencies.rgb]
+@@ -183,9 +183,6 @@
+
[dev-dependencies.assert_cmd]
version = "2.1.1"
-
+-
-[dev-dependencies.criterion]
-version = "0.8"
--
+
[dev-dependencies.libflate]
version = "2"
-
diff --git a/rust-inferno.spec b/rust-inferno.spec
index 34e513d..57d9ce0 100644
--- a/rust-inferno.spec
+++ b/rust-inferno.spec
@@ -13,6 +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
Patch: inferno-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 326faed..ab77b60 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +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",
]
[tests]
reply other threads:[~2026-06-09 9:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178099747913.1.12639539209987672834.rpms-rust-inferno-2f7ed65dd97b@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox