Skip to content

Update Rust to 1.97.0 - #12

Merged
konomae merged 1 commit into
mainfrom
codex/update-rust-1.97.0
Aug 18, 2026
Merged

Update Rust to 1.97.0#12
konomae merged 1 commit into
mainfrom
codex/update-rust-1.97.0

Conversation

@konomae

@konomae konomae commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • update the pinned Rust toolchain from 1.95.0 to 1.97.0
  • keep local development and CI builds aligned on the new compiler and Cargo release

Impact

Contributors and CI will automatically use Rust 1.97.0 when working in this repository. No dependency or application-code changes are included.

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --locked
  • cargo build --target wasm32-wasip1 --locked
  • cargo build --release --target wasm32-wasip1 --locked
  • metadata and versions tests passed (8 tests)
  • download tests passed 15 of 17; the two installs_tool failures reproduce on the previous Rust 1.95.0 toolchain and are not caused by this update
  • the local shims test requires the CI setup-toolchain prerequisite and failed because the expected shim binary directory was absent

@konomae
konomae marked this pull request as ready for review August 18, 2026 14:02
Copilot AI lite review requested due to automatic review settings August 18, 2026 14:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s pinned Rust toolchain to keep local development and CI using the same compiler/Cargo version via rust-toolchain.toml.

Changes:

  • Bump pinned Rust toolchain channel from 1.95.0 to 1.97.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@konomae
konomae merged commit a9f5a04 into main Aug 18, 2026
9 checks passed
@konomae
konomae deleted the codex/update-rust-1.97.0 branch August 18, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants