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) #1

Merged
merged 1 commit into from
Apr 26, 2020

Commits on Apr 22, 2020

  1. Update proto crates: protobuf to 2.8.2 and grpc-rust to 0.6.2 (#310)

    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.
    dfreese committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8d3cb68 View commit details
    Browse the repository at this point in the history