Skip to content

ssdp does not compile on stable Rust #47

@ssnover

Description

@ssnover

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions