You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/09/09 19:51:11 UTC

[arrow-rs] branch cherry_pick_0e7c4c5f updated: restore over-zealously removed chrono dependency

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

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


The following commit(s) were added to refs/heads/cherry_pick_0e7c4c5f by this push:
     new 3ff28fd  restore over-zealously removed chrono dependency
3ff28fd is described below

commit 3ff28fd82a3d66fc8d46490326e185bdfe1a210d
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Thu Sep 9 15:51:01 2021 -0400

    restore over-zealously removed chrono dependency
---
 parquet_derive_test/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index 2625f01..362f6de 100644
--- a/parquet_derive_test/Cargo.toml
+++ b/parquet_derive_test/Cargo.toml
@@ -30,3 +30,4 @@ publish = false
 [dependencies]
 parquet = { path = "../parquet", version = "5.3.0" }
 parquet_derive = { path = "../parquet_derive", version = "5.3.0" }
+chrono = "0.4.19"