Quoting Fabio Valentini via Rust (2024-12-20 12:30:06)
On Fri, Dec 20, 2024 at 11:11 AM Antoine Tenart via Rust rust@lists.fedoraproject.org wrote:
Quoting Antoine Tenart (2024-07-10 16:45:00)
However we would need two existing packages to be updated[1]:
- rust-bindgen to 0.70
- rust-libbpf-sys to 1.5
What the best way to tackle this: requesting this here? making a PR (not sure how but I can look this up)?
Not everybody reads this mailing list - it's often better to comment on the bugs for those missing updates and / or mark them as blocking for what you're working on.
So adding issues on bz right? That I can do :)
In this case, unless Retis needs features that were added in bindgen v0.70, I think it should work to just relax the dependency to ">=0.69,<0.71" for now.
That would work. Is that acceptable to patch the project as part of the rpm building steps or should this be upstreamed? I would prefer the former as this is a distribution limitation, but checking.
For libbpf-sys, I would ask Michel Lind (salimma) - he's been handling the recent updates, and they've always been a bit tricky.
OK, will do (or as part of a bz issue).
Thanks! Antoine