psvri commented on code in PR #7314: URL: https://github.com/apache/arrow-rs/pull/7314#discussion_r2012266010
########## README.md: ########## @@ -87,6 +87,16 @@ Planned Release Schedule | Feb 2025 | `0.12.0` | Major, potentially breaking API changes | | Apr 2025 | `0.12.1` | Minor, NO breaking API changes | +### Rust Version Compatibility Policy + +arrow-rs, parquet and object_store is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version) which can only be updated in major releases on a need by basis (e.g project dependencies bump their MSRV or a particular rust feature is useful for us etc..). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. Review Comment: I agree, but just added it to be a bit more clear for everyone. -- 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]
