Skip to content

chore: Update Rust toolchain to 1.95#22177

Open
Dandandan wants to merge 3 commits into
apache:mainfrom
Dandandan:update-rust-1.95
Open

chore: Update Rust toolchain to 1.95#22177
Dandandan wants to merge 3 commits into
apache:mainfrom
Dandandan:update-rust-1.95

Conversation

@Dandandan
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan commented May 14, 2026

Which issue does this PR close?

Rationale for this change

Update the pinned Rust toolchain to 1.95.0 and keep the workspace passing the required formatting and clippy checks with the new toolchain.

What changes are included in this PR?

  • Bump rust-toolchain.toml from 1.94.0 to 1.95.0.
  • Update the contributor docs rust-analyzer example to reference 1.95.0.
  • Apply the minimal clippy and compile fixes needed under Rust 1.95.0.

Are these changes tested?

  • cargo fmt --all
  • cargo clippy --all-targets --all-features -- -D warnings

Are there any user-facing changes?

No user-facing runtime changes. This updates the project toolchain and related developer-facing docs.

@github-actions github-actions Bot added documentation Improvements or additions to documentation sql SQL Planner logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate catalog Related to the catalog crate execution Related to the execution crate functions Changes to functions implementation datasource Changes to the datasource crate physical-plan Changes to the physical-plan crate spark labels May 14, 2026
@Dandandan Dandandan changed the title Update Rust toolchain to 1.95 chore: Update Rust toolchain to 1.95 May 14, 2026
# Conflicts:
#	datafusion/physical-plan/benches/aggregate_vectorized.rs
@Dandandan Dandandan enabled auto-merge May 14, 2026 16:59
@Dandandan Dandandan requested review from kosiew and martin-g and removed request for kosiew May 14, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

catalog Related to the catalog crate core Core DataFusion crate datasource Changes to the datasource crate documentation Improvements or additions to documentation execution Related to the execution crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates physical-plan Changes to the physical-plan crate spark sql SQL Planner sqllogictest SQL Logic Tests (.slt) substrait Changes to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade workspace to Rust 1.95

1 participant