From 6034db9cd8e24dad7c7437be67adf13c6379f94d Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Thu, 12 Aug 2021 10:31:37 +0800 Subject: [PATCH] Apply review Signed-off-by: Chojan Shang --- arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 0794b4b3e8bc..cadd4ff16190 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -49,7 +49,7 @@ packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" } chrono = "0.4" flatbuffers = { version = "=2.0.0", optional = true } hex = "0.4" -comfy-table = { version = "4.0", optional = true } +comfy-table = { version = "4.0", optional = true, default-features = false } lexical-core = "^0.7" multiversion = "0.6.1" bitflags = "1.2.1"