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 <[email protected]>
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"

Reply via email to