alamb opened a new pull request, #23379: URL: https://github.com/apache/datafusion/pull/23379
## Which issue does this PR close? - Closes #. ## Rationale for this change DataFusion generally uses the latest stable Rust release for the workspace toolchain. `rustup check` reports an available stable update from `1.96.0` to `1.96.1`. ## What changes are included in this PR? - Updates the root `rust-toolchain.toml` channel from `1.96.0` to `1.96.1`. - Updates the contributor guide rust-analyzer command example to match the pinned toolchain. ## Are these changes tested? Yes. Ran: ```bash ./ci/scripts/rust_clippy.sh ./ci/scripts/rust_fmt.sh ``` ## Are there any user-facing changes? No runtime or API changes. Developers and CI will use Rust `1.96.1` as the pinned workspace toolchain. -- 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]
