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

chore: update Tonic and Prost dependencies #364

Merged
merged 10 commits into from
Aug 5, 2022
Merged

chore: update Tonic and Prost dependencies #364

merged 10 commits into from
Aug 5, 2022

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    02c6103 View commit details
    Browse the repository at this point in the history
  2. chore: add a cargo xtask for generating protobuf bindings

    This is necessary as the current approach, regenerating the bindings in
    an integration test, does not work when the protos fail to compile
    (which they do after the Tonic update). Since running the crate's tests
    requires compiling the crate, if the proto bindings don't compile, we
    can't re-run the test.
    
    Therefore, I've added a [`cargo xtask`][xtask] that regenerates the
    protobuf bindings.
    
    [xtask]: https://github.com/matklad/cargo-xtask
    hawkw committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5215820 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e0e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec93090 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(ci): install protoc on ci

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    98395f5 View commit details
    Browse the repository at this point in the history
  2. Update xtask/src/main.rs

    Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
    hawkw and LucioFranco authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e91d65c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    aee0a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574e7c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771bfca View commit details
    Browse the repository at this point in the history
  4. rustfmt

    hawkw committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a4e71eb View commit details
    Browse the repository at this point in the history