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
ssdp fails to compile with stable Rust because of the ip feature has yet to be stabilized. I see this crate is no longer maintained, but would the maintainer be willing to accept a PR and bump the version on crates.io for a change which would pull in the relevant APIs which aren't stable Ipv6Addr::is_global() and redefine the functionality in this crate in order to allow compiling on stable?
When the APIs are stabilized that hack could be removed, but for now it appears they're kind of stuck in limbo: rust-lang/rust#66584
The text was updated successfully, but these errors were encountered:
ssdp fails to compile with stable Rust because of the
ip
feature has yet to be stabilized. I see this crate is no longer maintained, but would the maintainer be willing to accept a PR and bump the version on crates.io for a change which would pull in the relevant APIs which aren't stableIpv6Addr::is_global()
and redefine the functionality in this crate in order to allow compiling on stable?When the APIs are stabilized that hack could be removed, but for now it appears they're kind of stuck in limbo: rust-lang/rust#66584
The text was updated successfully, but these errors were encountered: