HaoYang670 commented on issue #1377: URL: https://github.com/apache/arrow-rs/issues/1377#issuecomment-1063535851
https://github.com/apache/arrow-rs/blob/master/arrow/README.md?plain=1#L26-L28 ```markdown ## Rust Version Compatibility This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler. ``` If I understand correctly, we should only support rust 1.59 now, because it is the latest stable version. If a user want to build and test the project with rust 1.58 or 1.57, cargo should give an error. -- 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]
