houqp commented on a change in pull request #1255:
URL: https://github.com/apache/arrow-datafusion/pull/1255#discussion_r746246411
##########
File path: ballista-examples/Cargo.toml
##########
@@ -29,7 +29,7 @@ publish = false
rust-version = "1.56"
[dependencies]
-arrow-flight = { version = "6.0.0" }
+arrow-flight = { version = "6.1.0" }
Review comment:
@Dandandan mentioned that in my previous PR that by default cargo treats
`6.1.0` as `^6.1.0`:
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio
--
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]