returnString commented on a change in pull request #239:
URL: https://github.com/apache/arrow-rs/pull/239#discussion_r623224172
##########
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:
Yeah Andy's right, that's a better solution here - forgot that Cargo
handles conflicting dep requirements relatively gracefully so doesn't matter if
an Arrow user needs another `flatbuffers` version in their project. Been doing
too much Python lately.
--
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]