Jefffrey opened a new issue, #10583: URL: https://github.com/apache/arrow-rs/issues/10583
### Is your feature request related to a problem or challenge? datafusion had success with using taiki-e to install tools via binaries instead of using cargo install which compiles from source and takes more time in CI, e.g. https://github.com/apache/datafusion/blob/e08aed1e5de41dcf81d529140dae07723b942a5e/.github/workflows/audit.yml#L47-L50 ### Describe the solution you'd like implement in arrow-rs where applicable. from what i see it is: - audit.yml -> cargo audit - rust.yml -> cargo msrv - miri -> done by https://github.com/apache/arrow-rs/pull/10580 ### Describe alternatives you've considered _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]
