dannycjones opened a new pull request, #3083: URL: https://github.com/apache/iceberg-rust/pull/3083
## Which issue does this PR close? Updates MSRV as part of release process for 0.11. Tracking for 0.11: #3034 ## What changes are included in this PR? Bump MSRV to 1.95, bump toolchain to the nightly at the time of 1.95 stable release. Address all new clippy and fmt findings to ensure code is compliant with rules enforced by continuous integration. Floats (32-bit) without the `_f32` suffix are now warnings as the behavior will be removed in a future compiler version. The suffix has been appended in this change. Initially, the MSRV was bumped to 1.96 however there appeared to be issues with respect to dead code detection. Thus, MSRV is only bumped to 1.95. Some changes from that were kept despite not necessarily blocking 1.95. ## Are these changes tested? N/A ## AI Disclosure AI was used to apply basic clippy fixes. All code is reviewed manually. -- 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]
