Commit fceae46
chore: update Rust toolchain to 1.96.0 (#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.
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f46a4a4 commit fceae46
3 files changed
Lines changed: 3 additions & 4 deletions
File tree
- datafusion/sqllogictest/src/engines/postgres_engine
- docs/source/contributor-guide
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments