Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssdp does not compile on stable Rust #47

Open
ssnover opened this issue Aug 22, 2020 · 1 comment
Open

ssdp does not compile on stable Rust #47

ssnover opened this issue Aug 22, 2020 · 1 comment

Comments

@ssnover
Copy link

ssnover commented Aug 22, 2020

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

@fschaupp
Copy link

At least a install/setup hint in the repo would be great...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants