chore(deps): bump rust from 1.89 to 1.95#799
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Diff CoverageDiff: origin/main...HEAD, staged and unstaged changesNo lines with coverage information in this diff. |
Bumps rust from 1.89 to 1.95. --- updated-dependencies: - dependency-name: rust dependency-version: '1.95' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f3aa461 to
4146b15
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the Rust toolchain used by the Docker build to a newer Rust release, keeping the containerized build environment current.
Changes:
- Bump the Rust Docker base image from
rust:1.89torust:1.95.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| FROM rust:1.89 AS chef | |||
| FROM rust:1.95 AS chef | |||
Keeps CI and the Docker build on the same Rust version so PRs can't pass CI while breaking the Docker build (or vice versa). Addresses Copilot review comment on #799. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Rust 1.89 → 1.95 bump analysisSafety assessmentLikely safe to merge. No MSRV is pinned in I ran Addressed Copilot's commentCopilot correctly flagged that the Docker image was being bumped to 1.95 while Additional observations (not blocking)
|
Bumps rust from 1.89 to 1.95.