asayers commented on issue #1630:
URL: https://github.com/apache/arrow-rs/issues/1630#issuecomment-1128274044

   FWIW I've had this in my Cargo.toml since parquet-0.9:
   
   ```toml
   # Chrono is not a direct dependency; it's a dependency of "parquet".  
However,
   # parquet's Cargo.toml is slightly buggy, so if we don't specify chrono here
   # then parquet fails to compile.
   chrono = { version = "0.4.19", default-features = false, features = 
["clock"] }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to