Dandandan commented on a change in pull request #1255: URL: https://github.com/apache/arrow-datafusion/pull/1255#discussion_r746295283
########## 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: FTR, They are all functionally equivalent. `=` and `^` both mean semver compatible. Adding the final zero has no effect (but might be more clear to remove it) Source: 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org