Bump rust-toolchain from 1.95.0 to 1.97.1 in /codex-rs - #35882
Bump rust-toolchain from 1.95.0 to 1.97.1 in /codex-rs#35882dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
💡 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" | |||
There was a problem hiding this comment.
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 👍 / 👎.
|
rename the "Blocking" to "User interaction request" its so annoying |
Bumps rust-toolchain from 1.95.0 to 1.97.1.
Release notes
Sourced from rust-toolchain's releases.
... (truncated)
Changelog
Sourced from rust-toolchain's changelog.
... (truncated)
Commits
8bab26fAuto merge of #159288 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum979b2d3Backport fix for 159035e641feaRevert "Only exclude the 155473 change for 1-byte bool-likes"eabe5e4Add regression test for enum miscompilation9b8be8a1.97.1 release2d8144bAuto merge of #158832 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1417dc7Cherry pick mirroring kernel archives inci-mirrorse6ccfb3Fetch latest relnotes701e471Bump stable channelb2282ddAuto merge of #158630 - weihanglo:beta-cargo-backport, r=weihangloDependabot 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)