softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
229 stars 46 forks source link

depend on rust-hex not rustc-serialize #3

Closed softprops closed 7 years ago

softprops commented 8 years ago

the last release added a dep on rustc-serialize just for hex. it turns out, there's a crate for that

https://github.com/KokaKiwi/rust-hex/blob/master/src/lib.rs

let's use this instead

softprops commented 7 years ago

done