mbrobbel opened a new pull request, #8227: URL: https://github.com/apache/arrow-rs/pull/8227
# Which issue does this PR close? None. # Rationale for this change Following https://github.com/apache/arrow-rs?tab=readme-ov-file#rust-version-compatibility-policy. # What changes are included in this PR? - Bump MSRV to 1.85 - Migrate to Rust 2024 - Handle match ergnomics change (https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html) - Handle unsafe attributes (https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html) - Handle `unsafe_op_in_unsafe_fn` errors (https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html) - Handle `gen` keyword addition (https://doc.rust-lang.org/edition-guide/rust-2024/gen-keyword.html) - Handle lifetime capture rules change (https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html) - `arrow::util::pretty::pretty_format_batches_with_options` - `arrow::util::pretty::pretty_format_columns_with_options` - Fix clippy warnings - Use Rustfmt 2024 edition (https://doc.rust-lang.org/edition-guide/rust-2024/rustfmt-style-edition.html) # Are these changes tested? CI # Are there any user-facing changes? Yes: - MSRV is now 1.85 - Signature change of `arrow::util::pretty::pretty_format_batches_with_options` and `arrow::util::pretty::pretty_format_columns_with_options` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org