Skip to content
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

Update proto crates: protobuf to 2.8.2 and grpc-rust to 0.6.2 #310

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

dfreese
Copy link
Collaborator

@dfreese dfreese commented Apr 22, 2020

All of the files within //proto/raze/remote are automatically generated
by cargo raze.

This updates the protobuf crate to 2.8.2, which is as far as we are able
to with the most recent version of grpc-rust, which is 0.6.2. The
downstream dependencies of grpc-rust required specifying an upper bound
on the log 0.4 version, which would otherwise break log 0.3 dependent
crates. This should be revisited if grpc-rust is changed or reevaluated
for a different default library.

This also introduces a patch folder, for patches to be applied by cargo
raze. The rationale for patching protobuf is explained in the README,
but, in short, circumvents the build.rs file.

All of the files within //proto/raze/remote are automatically generated
by cargo raze.

This updates the protobuf crate to 2.8.2, which is as far as we are able
to with the most recent version of grpc-rust, which is 0.6.2.  The
downstream dependencies of grpc-rust required specifying an upper bound
on the log 0.4 version, which would otherwise break log 0.3 dependent
crates.  This should be revisited if grpc-rust is changed or reevaluated
for a different default library.

This also introduces a patch folder, for patches to be applied by cargo
raze.  The rationale for patching protobuf is explained in the README,
but, in short, circumvents the build.rs file.
@damienmg damienmg merged commit 8d3cb68 into bazelbuild:master Apr 22, 2020
@dfreese dfreese deleted the proto branch April 22, 2020 13:37
@dfreese dfreese mentioned this pull request Apr 22, 2020
colin353 added a commit to colin353/rules_rust that referenced this pull request Apr 26, 2020
Update proto crates: protobuf to 2.8.2 and grpc-rust to 0.6.2 (bazelbuild#310)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants