GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
43 stars 14 forks source link

Updated Hyper to version 0.7 and updated for nightlies 1.7 #12

Closed Zepheus closed 8 years ago

Zepheus commented 8 years ago

This streamlines the library with Hyper 0.7 which means it does not longer cause problems linking to different openssl versions. It also fixes all deprecations in 1.7, more specifically thread::sleep and IpAddr.

GGist commented 8 years ago

Thanks for helping to keep this library up to date, the changes look great!