-
Notifications
You must be signed in to change notification settings - Fork 257
publish grpcio-compiler 0.4.3 to crates.io (along with grpcio) #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PTAL @overvenus |
@dwerner Sorry for the inconvenience. To support serde, we need to upgrade the protobuf to 2.1+ which is unfortunately not included in v0.4.2. As for grpcio-compiler, I dont think it need to upgrade, because it does not generate protobuf structs. Will release 0.4.3 once we merge #273. Also, please let me know if #273 works for you. |
#273 looks good to me! Thanks. I'll update the title to reflect 0.4.3 instead of 0.4.2 |
FYI, grpcio/compiler v0.4.3 is released. |
Thanks for the update, looks great! |
I landed a PR which brings in protobuf 2.1 serde_derive support, but I don't think a new version of grpcio-compiler has been published which exposes this feature.
The text was updated successfully, but these errors were encountered: