harshasiddartha opened a new pull request, #18403: URL: https://github.com/apache/datafusion/pull/18403
## Description This PR bumps the Minimum Supported Rust Version (MSRV) from 1.87.0 to 1.88.0 per our MSRV policy. Rust 1.91.0 was released today: https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/ Per our MSRV policy we can now upgrade from 1.87.0 to 1.88.0. The policy states that DataFusion supports the last 4 stable Rust minor versions released and any such versions released within the last 4 months. ## Changes - Updated `rust-version` in `Cargo.toml` from `1.87.0` to `1.88.0` - Added upgrade note in `docs/source/library-user-guide/upgrading.md` ## Testing - ✅ Verified the code compiles with Rust 1.90.0 (newer than MSRV) - ✅ All workspace crates compile successfully ## Related Closes #18395 ## Notes This change enables the use of Rust 1.88.0 features, including let chains, which are now available for use in the codebase. -- 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]
