bonifaido / rust-zookeeper

Pure Rust library for Apache ZooKeeper built on MIO
MIT License
206 stars 46 forks source link

Bump more dependencies #66

Closed jonhoo closed 4 years ago

jonhoo commented 4 years ago

Note the change to the try_io traits. Since they are not actually public (and I've now marked them as such), this isn't a breaking change.

It'd be great to issue a new point release with these new changes :+1:

bonifaido commented 4 years ago

Released this in 0.5.8.

jonhoo commented 4 years ago

@bonifaido Ah, could you also release zookeeper-derive for the syn and quote bumps?

bonifaido commented 4 years ago

And done!