whynick1 opened a new issue, #307:
URL: https://github.com/apache/iceberg-rust/issues/307

   The latest version of crates `chrono ` (just released today) is marked as 
yanked
   
   Today we set `chrono = "0.4"` in Cargo.toml, which end up install the late 
version v0.4.36 which has been marked as yanked  (see 
https://crates.io/crates/chrono/0.4.36).
   
   This causes pull request check to fail (e.g. 
https://github.com/apache/iceberg-rust/actions/runs/8440126307/job/23116321561?pr=306).
 I can also reproduce from my local with `make check`.
   ```
   error[E0432]: unresolved import `chrono::LocalResult`
      --> 
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.8.6/src/timezone_impl.rs:318:21
       |
   318 |         use chrono::LocalResult::*;
       |                     ^^^^^^^^^^^ `LocalResult` is a type alias, not a 
module
   ...
   ```
   


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to