stepancheg / grpc-rust

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

Add missing dependency for grpc-compiler on protobuf-codegen #119

Closed repi closed 6 years ago

repi commented 6 years ago

This fixes build error when it uses latest protobuf 1.6.0.

I'm not fully sure if this is the best / right solution. But thought I would file a PR still for it as latest published crate is not building. See issue #118

stepancheg commented 6 years ago

I've published version 0.3.1 which forces rust-protobuf 1.5.

I think for the sake of backward compatibility protobuf version should stay the same, and protobuf should be upgraded to 1.6 in the next version, like 0.4.

Sorry for the inconvenience, and thank you for the feedback!