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/06/15 15:25:56 UTC

[GitHub] [arrow-rs] epage commented on a diff in pull request #1868: Pin clap to 3.1 to get CI moving (#1867)

epage commented on code in PR #1868:
URL: https://github.com/apache/arrow-rs/pull/1868#discussion_r898124074


##########
integration-testing/Cargo.toml:
##########
@@ -34,7 +34,7 @@ logging = ["tracing-subscriber"]
 arrow = { path = "../arrow" }
 arrow-flight = { path = "../arrow-flight" }
 async-trait = "0.1.41"
-clap = { version = "3", features = ["derive", "env"] }
+clap = { version = "~3.1", features = ["derive", "env"] }

Review Comment:
   This can now be reverted as deprecations are now off by default, see clap-rs/clap#3830 for details.  When you do start working through the deprecations as part of upgrading to 4.0, we've also improved the warnings for derive users.  See clap-rs/clap#3832 for examples.



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