Skip to content

Bump rust-toolchain from 1.95.0 to 1.97.1 in /codex-rs - #35882

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/rust_toolchain/codex-rs/rust-toolchain-1.97.1
Open

Bump rust-toolchain from 1.95.0 to 1.97.1 in /codex-rs#35882
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/rust_toolchain/codex-rs/rust-toolchain-1.97.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps rust-toolchain from 1.95.0 to 1.97.1.

Release notes

Sourced from rust-toolchain's releases.

Rust 1.97.1

  • rustc: Fix miscompilation in LLVM optimization This backports an LLVM submodule bump to include the LLVM-side fix and a revert of the rustc change that is one known trigger for the bug. The rustc side revert should not be strictly necessary but is done out of abundance of caution.

Rust 1.97.0

Language

Platform Support

Refer to Rust's platform support page for more information on Rust's tiered platform support.

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

... (truncated)

Changelog

Sourced from rust-toolchain's changelog.

Version 1.97.1 (2026-07-16)

  • rustc: Fix miscompilation in LLVM optimization This backports an LLVM submodule bump to include the LLVM-side fix and a revert of the rustc change that is one known trigger for the bug. The rustc side revert should not be strictly necessary but is done out of abundance of caution.

Version 1.97.0 (2026-07-09)

Language

Platform Support

Refer to Rust's platform support page for more information on Rust's tiered platform support.

Stabilized APIs

... (truncated)

Commits
  • 8bab26f Auto merge of #159288 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
  • 979b2d3 Backport fix for 159035
  • e641fea Revert "Only exclude the 155473 change for 1-byte bool-likes"
  • eabe5e4 Add regression test for enum miscompilation
  • 9b8be8a 1.97.1 release
  • 2d8144b Auto merge of #158832 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
  • 1417dc7 Cherry pick mirroring kernel archives in ci-mirrors
  • e6ccfb3 Fetch latest relnotes
  • 701e471 Bump stable channel
  • b2282dd Auto merge of #158630 - weihanglo:beta-cargo-backport, r=weihanglo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.95.0 to 1.97.1.
- [Release notes](https://github.com/rust-lang/rust/releases)
- [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md)
- [Commits](rust-lang/rust@1.95.0...1.97.1)

---
updated-dependencies:
- dependency-name: rust-toolchain
  dependency-version: 1.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust_toolchain_package_manager Pull requests that update rust_toolchain_package_manager code labels Jul 29, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a753b8802a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@@ -1,3 +1,3 @@
[toolchain]
channel = "1.95.0"
channel = "1.97.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Badge Keep cross-target Rust pins in sync

With this override, Cargo commands run from codex-rs now select Rust 1.97.1, but the cross-target CI/release workflows still install their targets through the pinned dtolnay/rust-toolchain@e081... action whose checked action.yml defaults to 1.95.0. In .github/workflows/rust-ci-full.yml, for example, lines 261-264 install ${{ matrix.target }} for 1.95.0 and line 399 then runs cargo clippy --target ${{ matrix.target }} under the 1.97.1 override, so non-host targets such as musl, x86_64 macOS from arm runners, and Windows ARM64 can fail because the 1.97.1 target std was never installed; bump the workflow/action pins (and other independent Rust toolchain pins) together with this file.

Useful? React with 👍 / 👎.

@glook9001

Copy link
Copy Markdown

rename the "Blocking" to "User interaction request"

its so annoying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust_toolchain_package_manager Pull requests that update rust_toolchain_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant