tormol / uds

A unix domain sockets Rust library
Apache License 2.0
19 stars 8 forks source link

Tokio latest version possibility. #6

Closed gustav3d closed 1 year ago

gustav3d commented 2 years ago

Hello,

Is it possible to update tokio dependency, so your able to use the latest version in a project, and not having and old outdated version also pulled - in only for uds ?.

tormol commented 2 years ago

Yeah, I don't use tokio myself but saw 0.2 is really old at this point. Supporting more than one tokio version seems hard so I'll get the already merged features released and then update tokio and release that. Or you can open a PR that updates it. ;)

cgwalters commented 2 years ago

Alternatively, perhaps this code should go into tokio core?