From 9c51d66e75a545be6b512d4dd122ceb2fb08f9fe Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Thu, 29 Apr 2021 17:25:15 +0200 Subject: [PATCH 1/2] pin flatbuffer to 0.8.4 --- arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index f23217bdc9b9..e43974a79777 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" From b2cffc1f2ceb2a411b0c3d4b3517359696a6bc8e Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Thu, 29 Apr 2021 17:50:08 +0200 Subject: [PATCH 2/2] =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 e43974a79777..e6773d9470e6 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.4" +flatbuffers = "=0.8.4" hex = "0.4" prettytable-rs = { version = "0.8.0", optional = true } lexical-core = "^0.7"