You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/03/24 07:03:54 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3926: refactor: add gen-source scripts/binary to avoid pinned deps

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


##########
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 }

Review Comment:
   Perhaps we could split these into a separate child crate?



-- 
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