tustvold commented on code in PR #3926:
URL: https://github.com/apache/arrow-rs/pull/3926#discussion_r1147297833
##########
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:
I'm currently bashing out the sub-crate version, I would rather avoid adding
a public feature if possible
--
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]