Dandandan opened a new pull request, #22611:
URL: https://github.com/apache/datafusion/pull/22611

   ## Which issue does this PR close?
   
   <!-- No tracking issue; routine toolchain maintenance. -->
   
   - Closes #.
   
   ## Rationale for this change
   
   Keeps the pinned Rust toolchain current. This bumps the toolchain used to
   compile the workspace and run CI jobs from `1.95.0` to `1.96.0`.
   
   ## What changes are included in this PR?
   
   - `rust-toolchain.toml`: bump `channel` from `1.95.0` to `1.96.0`.
   - `docs/source/contributor-guide/development_environment.md`: update the
     `rustup component add --toolchain 1.96.0 rust-analyzer` example to match.
   
   The MSRV (`rust-version = "1.88.0"` in the workspace `Cargo.toml`) is
   unchanged.
   
   ## Are these changes tested?
   
   Covered by existing CI, which compiles and lints the workspace with the
   pinned toolchain. `cargo clippy --all-targets --all-features -- -D warnings`
   was run locally against 1.96.0.
   
   ## Are there any user-facing changes?
   
   No. This only affects the toolchain used by contributors and CI.


-- 
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]

Reply via email to