EricccTaiwan opened a new pull request, #7972: URL: https://github.com/apache/arrow-rs/pull/7972
# Which issue does this PR close? None. # Rationale for this change Without a fixed toolchain, contributors may use different Rust versions, leading to inconsistent Clippy lints or build errors (e.g., from renamed lints). This change ensures that the project builds consistently across environments. # What changes are included in this PR? - Adds a `rust-toolchain.toml` file to pin the Rust toolchain to the `stable` channel. # Are these changes tested? This change affects toolchain configuration and does not modify runtime code. Behavior is implicitly tested via CI builds, which will now consistently use the pinned toolchain. # Are there any user-facing changes? No. -- 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]
