public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-busd] f43: Allow building against quick-xml 0.41
@ 2026-07-03 21:04 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-03 21:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-busd
Branch : f43
Commit : 486690a1299079a4f9288b55ef333527c32459da
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T17:46:26+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-busd/c/486690a1299079a4f9288b55ef333527c32459da?branch=f43
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/busd-fix-metadata.diff b/busd-fix-metadata.diff
index 74967fb..27e3f6f 100644
--- a/busd-fix-metadata.diff
+++ b/busd-fix-metadata.diff
@@ -1,11 +1,11 @@
--- busd-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ busd-0.5.0/Cargo.toml 2026-06-08T14:57:27.462996+00:00
++++ busd-0.5.0/Cargo.toml 2026-07-03T16:45:53.350118+00:00
@@ -94,7 +94,7 @@
default-features = false
[dependencies.quick-xml]
-version = "0.39.0"
-+version = ">=0.39.0, <0.41.0"
++version = ">=0.39.0, <0.42.0"
features = ["serialize"]
[dependencies.rustix]
diff --git a/rust-busd.spec b/rust-busd.spec
index de62ad1..16b84b7 100644
--- a/rust-busd.spec
+++ b/rust-busd.spec
@@ -13,7 +13,7 @@ URL: https://crates.io/crates/busd
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unstable-only tracing feature from tokio
-# * allow quick-xml 0.40:
+# * allow quick-xml 0.40 and 0.41:
# https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981
Patch: busd-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9ed6ad4..e001c83 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,7 @@
cargo-toml-patch-comments = [
"drop unstable-only tracing feature from tokio",
"""\
-allow quick-xml 0.40: \
+allow quick-xml 0.40 and 0.41: \
https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981\
""",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 21:04 [rpms/rust-busd] f43: 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