returnString commented on a change in pull request #239:
URL: https://github.com/apache/arrow-rs/pull/239#discussion_r623177439
##########
File path: arrow/Cargo.toml
##########
@@ -47,7 +47,7 @@ regex = "1.3"
lazy_static = "1.4"
packed_simd = { version = "0.3.4", optional = true, package = "packed_simd_2" }
chrono = "0.4"
-flatbuffers = "^0.8"
+flatbuffers = "0.8.4"
Review comment:
I think this needs to be `< 0.8.5` or similar, as bare versions with no
operator get interpreted as [caret
requirements](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.
For queries about this service, please contact Infrastructure at:
[email protected]