kenaniah commented on issue #7201: URL: https://github.com/apache/arrow-rs/issues/7201#issuecomment-2685998489
One temporary potential workaround is to add a pinned version of chrono to your Cargo.toml: ``` [dependencies] arrow = "54.2.0" chrono = "= 0.4.39" # This side steps the issue caused by crono's 0.4.40 release ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
