alamb commented on code in PR #13668: URL: https://github.com/apache/datafusion/pull/13668#discussion_r1873948424
########## README.md: ########## @@ -126,14 +126,18 @@ Optional features: ## Rust Version Compatibility Policy -DataFusion's Minimum Required Stable Rust Version (MSRV) policy is to support stable [4 latest -Rust versions](https://releases.rs) OR the stable minor Rust version as of 4 months, whichever is lower. +The Rust toolchain releases are tracked at [Rust Versions](https://releases.rs) and follow +[semantic versioning](https://semver.org/). A Rust toolchain release can be identified +by a version string like `1.80.0`, or more generally `major.minor.patch`. + +The Minimum Supported Rust Version (MSRV) policy defines the MSRV as the earliest stable Rust version released either +within the last four months or from the last four stable [Rust releases](https://releases.rs), whichever has the older release date. Review Comment: ```suggestion DataFusion's supports the last 4 stable Rust minor versions released and any such versions released within the last 4 months. ``` -- 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]
