jonahgao opened a new issue, #13653: URL: https://github.com/apache/datafusion/issues/13653
### Describe the bug It looks like [email protected] uses a higher MSRV. ``` Compatibility Check #1: Rust 1.80.0 [FAIL] Is incompatible ╭────────────────────────────────────────────────────────────────────────╮ │ error: rustc 1.80.0 is not supported by the following packages: │ │ [email protected] requires rustc 1.80.1 │ │ [email protected] requires rustc 1.80.1 │ │ [email protected] requires rustc 1.80.1 │ │ Either upgrade rustc or select compatible dependency versions with │ │ `cargo update <name>@<current-ver> --precise <compatible-ver>` │ │ where `<compatible-ver>` is the latest version supporting rustc 1.80.0 │ │ │ │ │ ╰────────────────────────────────────────────────────────────────────────╯ ``` Details: https://github.com/apache/datafusion/actions/runs/12170911550/job/33949210074 ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
