From b2cffc1f2ceb2a411b0c3d4b3517359696a6bc8e Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Thu, 29 Apr 2021 17:50:08 +0200 Subject: [PATCH] =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 e43974a7977..e6773d9470e 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"