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

houqp 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 3e01f6f  Remove optional prettytable-rs dependency (#737)
3e01f6f is described below

commit 3e01f6f07492a4d46503ed942511c1bd21a524cc
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Thu Sep 2 21:54:50 2021 +0200

    Remove optional prettytable-rs dependency (#737)
---
 arrow/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index ae322d8..9dc3e7c 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -50,7 +50,6 @@ chrono = "0.4"
 flatbuffers = { version = "=2.0.0", optional = true }
 hex = "0.4"
 comfy-table = { version = "4.0", optional = true, default-features = false }
-prettytable-rs = { version = "0.8.0", optional = true }
 pyo3 = { version = "0.14", optional = true }
 lexical-core = "^0.7"
 multiversion = "0.6.1"

Reply via email to