This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new d008f31  pin flatbuffers to 0.8.4 (#239)
d008f31 is described below

commit d008f31b107c1030a1f5144c164e8ca8bf543576
Author: Ritchie Vink <[email protected]>
AuthorDate: Thu Apr 29 19:42:08 2021 +0200

    pin flatbuffers to 0.8.4 (#239)
    
    * pin flatbuffer to 0.8.4
    
    * =0.8.2
---
 arrow/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index f23217b..e6773d9 100644
--- a/arrow/Cargo.toml
+++ b/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"
 hex = "0.4"
 prettytable-rs = { version = "0.8.0", optional = true }
 lexical-core = "^0.7"

Reply via email to