GGist / ssdp-rs

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

fix: Remove use of deprecated trait `IntoCow` #14

Closed icorderi closed 8 years ago

icorderi commented 8 years ago

The trait IntoCow was deprecated in Rust 1.7.0

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.5%) to 91.157% when pulling 6f68d413a58f74f330623cd809b4c2d4e622fc00 on icorderi:master into 6401347dd92602e7e7897b9c717f31b0c65bb277 on GGist:master.

GGist commented 8 years ago

Thanks, didn't notice the breakage since 1.7.0. I'll merge this now and push a new minor version out once I make a few other changes.

Cheers!