Skip to content

Fix compilation with zbus > 1.0

Marc-André Lureau requested to merge elmarco/libslirp-rs:issue-2 into master

zbus commit 17037a3cdd877cde3db0edcd9edb22b75b74b541 ("zb: require Any for Interface") changed the requirement for interface lifetime.

(tbh, I am not sure how it worked before, there are some subtle lifetime requirements for both Interface+Any and inner lifetimes)

Fixes: #2 (closed)

Merge request reports