You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a recent netlink dependency bump breaks build of the defguard_wireguard_rs crate:
error[E0277]: the trait bound `netlink_packet_wireguard::Wireguard: GenlFamily` is not satisfied
...
note: there are multiple different versions of crate `netlink_packet_generic` in the dependency graph
...
Looks like a recent netlink dependency bump breaks build of the
defguard_wireguard_rscrate:Also reported upstream as rust-netlink/netlink-packet-wireguard#13.