You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/28 21:31:56 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3214: Update tonic-build to 0.8.3

tustvold commented on code in PR #3214:
URL: https://github.com/apache/arrow-rs/pull/3214#discussion_r1034067534


##########
arrow-flight/Cargo.toml:
##########
@@ -47,11 +47,11 @@ flight-sql-experimental = ["prost-types"]
 [dev-dependencies]
 
 [build-dependencies]
-tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] }
 # Pin specific version of the tonic-build dependencies to avoid auto-generated
 # (and checked in) arrow.flight.protocol.rs from changing
 proc-macro2 = { version = "=1.0.47", default-features = false }
 prost-build = { version = "=0.11.2", default-features = false }
+tonic-build = { version = "=0.8.3", default-features = false, features = ["transport", "prost"] }

Review Comment:
   Pin it so that we get deterministic builds



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org