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


##########
arrow-flight/Cargo.toml:
##########
@@ -46,13 +46,19 @@ clap = { version = "4.1", default-features = false, 
features = ["std", "derive",
 tracing-log = { version = "0.1", optional = true }
 tracing-subscriber = { version = "0.3.1", default-features = false, features = 
["ansi", "fmt"], optional = true }
 
+# Build dependencies
+proc-macro2 = { version = "1.0.53", default-features = false, optional = true }
+prost-build = { version = "0.11.8", default-features = false, optional = true }

Review Comment:
   PR https://github.com/apache/arrow-rs/pull/3927 apologies for pre-empting 
you on this, trying to save some back and forth and really want this to make 
the release this afternoon :smile: 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to