Bump rust-toolchain from 1.95.0 to 1.96.1 in /codex-rs#30787
Bump rust-toolchain from 1.95.0 to 1.96.1 in /codex-rs#30787dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.95.0 to 1.96.1. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/1.96.1/RELEASES.md) - [Commits](rust-lang/rust@1.95.0...1.96.1) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.96.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e9d27ec80
ℹ️ 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.96.1" | |||
There was a problem hiding this comment.
After changing rust-toolchain.toml to 1.96.1, several repository entry points still install or use 1.95.0: Bazel’s Rust toolchain is pinned in MODULE.bazel:173 with matching MODULE.bazel.lock artifacts, and codex-rs/scripts/setup-windows.ps1:182 still installs 1.95.0 even though that script says it is configuring per rust-toolchain.toml. Any Bazel build/release path or fresh Windows setup will therefore continue compiling with 1.95.0, so the bump is only partially applied and code that relies on 1.96.1 can fail in those supported contexts. Update the Bazel toolchain/lock and setup script with this change.
AGENTS.md reference: AGENTS.md:L317-L319
Useful? React with 👍 / 👎.
Bumps rust-toolchain from 1.95.0 to 1.96.1.
Release notes
Sourced from rust-toolchain's releases.
... (truncated)
Changelog
Sourced from rust-toolchain's changelog.
... (truncated)
Commits
31fca3aAuto merge of #158331 - Mark-Simulacrum:stable-patch, r=Mark-Simulacruma4d95c6adjust release notes to reflect commentsebbfeb3Prepare release notesd493521Patch the vendored libssh2 for security fixes483648adon't try to remove assignments in SimplifyComparisonIntegral81fb5b5Prepare release notes120dec0add test case for miscompilation9580d74Backport timeout and retry behavior fixesac68faaAuto merge of #156937 - cuviper:stable-next, r=cuviper8e5c006Bump to stable releaseDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)