softprops / hyperlocal

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

Remove dependency on deprecated tokio_core #16

Closed abusch closed 5 years ago

abusch commented 5 years ago

I noticed that tokio_core is deprecated in favour of tokio itself, so I removed the dependency on it, and switched to using Runtime instead of Core.

softprops commented 5 years ago

fantastic! thank you @abusch Ill try and publish a new release this weekend

softprops commented 5 years ago

the travis thing is another issue https://github.com/xd009642/tarpaulin/issues/148 Ill take care of that separately

softprops commented 5 years ago

@abusch these changes where published in 0.6.0