comphead commented on code in PR #13668: URL: https://github.com/apache/datafusion/pull/13668#discussion_r1871943051
########## README.md: ########## @@ -131,9 +131,10 @@ Rust versions](https://releases.rs) OR the stable minor Rust version as of 4 mon For example, given the releases `1.78.0`, `1.79.0`, `1.80.0`, `1.80.1` and `1.81.0` DataFusion will support 1.78.0, which is 3 minor versions prior to the most minor recent `1.81`. -If a hotfix is released for the minimum supported Rust version (MSRV), the MSRV will be the minor version with all hotfixes, even if it surpasses the four-month window. +Note: If a Rust hotfix is released for the currently supported Minimum Supported Rust Version (MSRV), the MSRV will be updated to the specific minor version that includes all applicable hotfixes. This adjustment will apply even if the release of the hotfix occurs earlier the stipulated four-month support window for a given Rust version. Review Comment: Just updated, PTAL -- 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]
