stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Looks like futures dep needs to be updated. #112

Closed thedodd closed 6 years ago

thedodd commented 6 years ago

Futures version 0.2 is not backwards compatible with version 0.1. Should probably update the dependency to indicate that this is actually dependent upon futures 0.1.*.

kali commented 6 years ago

Thanks for the fix, any chance we get a new release soon including it ?

stepancheg commented 6 years ago

I'll do it now.

stepancheg commented 6 years ago

Published v0.3.0. Thank you for the ping!

kali commented 6 years ago

thanks you :)